Update export.class.php

bug fix
This commit is contained in:
BENKE Charles 2013-08-23 10:46:53 +02:00
parent 376b2812fe
commit 0c249c2127

View File

@ -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);