Merge pull request #1193 from defrance69/patch-11
Update export.class.php
This commit is contained in:
commit
68cd8550d5
@ -755,7 +755,7 @@ class Export
|
||||
global $conf, $langs;
|
||||
|
||||
$sql = "SELECT em.rowid, em.field, em.label, em.type, em.filter";
|
||||
$sql.= " FROM ".MAIN_DB_PREFIX."export_model";
|
||||
$sql.= " FROM ".MAIN_DB_PREFIX."export_model as em";
|
||||
$sql.= " ORDER BY rowid";
|
||||
|
||||
$result = $this->db->query($sql);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user