changed query before building modules.conf
This commit is contained in:
parent
b2aa049ca8
commit
cb8ac4e3b3
|
|
@ -1822,7 +1822,7 @@ function save_module_xml() {
|
||||||
$xml .= "<configuration name=\"modules.conf\" description=\"Modules\">\n";
|
$xml .= "<configuration name=\"modules.conf\" description=\"Modules\">\n";
|
||||||
$xml .= " <modules>\n";
|
$xml .= " <modules>\n";
|
||||||
|
|
||||||
$sql = "select * from v_modules ";
|
$sql = "select * from v_modules order by module_category = 'Languages' OR module_category = 'Loggers' DESC, module_category ";
|
||||||
$prep_statement = $db->prepare(check_sql($sql));
|
$prep_statement = $db->prepare(check_sql($sql));
|
||||||
$prep_statement->execute();
|
$prep_statement->execute();
|
||||||
$prev_module_cat = '';
|
$prev_module_cat = '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue