Skip to content

Commit

Permalink
Merge pull request #1193 from defrance69/patch-11
Browse files Browse the repository at this point in the history
Update export.class.php
  • Loading branch information
Juanjo Menent committed Aug 23, 2013
2 parents 24b28d6 + 0c249c2 commit 68cd855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/exports/class/export.class.php
Expand Up @@ -755,7 +755,7 @@ function list_export_model()
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);
Expand Down

0 comments on commit 68cd855

Please sign in to comment.