Skip to content
Snippets Groups Projects
Commit 938be9ba authored by Florian Henry's avatar Florian Henry
Browse files

FIX : fetchAll method in skeleton.class.php

parent ab3e1631
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ class Skeleton_Class extends CommonObject
$sql .= ' t.field1,';
$sql .= ' t.field2';
//...
$sql .= ' FROM ' . MAIN_DB_PREFIX . 'mytable as t';
$sql .= ' FROM ' . MAIN_DB_PREFIX . $this->table_element. ' as t';
// Manage filter
$sqlwhere = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment