Add a missing comma.
This commit is contained in:
parent
17bfd2eb35
commit
404ffaed8e
|
|
@ -392,7 +392,7 @@ function save_module_xml() {
|
|||
$xml .= " <modules>\n";
|
||||
|
||||
$sql = "select * from v_modules ";
|
||||
$sql .= "order by module_order ASC ";
|
||||
$sql .= "order by module_order ASC, ";
|
||||
$sql .= "module_category ASC";
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
$prep_statement->execute();
|
||||
|
|
|
|||
Loading…
Reference in New Issue