Update export.class.php
bug fix
This commit is contained in:
parent
376b2812fe
commit
0c249c2127
@ -755,7 +755,7 @@ class Export
|
|||||||
global $conf, $langs;
|
global $conf, $langs;
|
||||||
|
|
||||||
$sql = "SELECT em.rowid, em.field, em.label, em.type, em.filter";
|
$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";
|
$sql.= " ORDER BY rowid";
|
||||||
|
|
||||||
$result = $this->db->query($sql);
|
$result = $this->db->query($sql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user