Skip to content
Snippets Groups Projects
Commit 870760ef authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout order by

parent 227c970d
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ class ProcessGraphLignes
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_ligne as l";
$sql .= " WHERE l.rowid >= ".$min;
$sql .= " AND l.rowid < ".$max;
$sql .= " ORDER BY l.rowid ASC";
if ($this->db->query($sql))
{
......
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