mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed mysql error. Ticket #1273
pandora_console/include/functions_treeview.php
This commit is contained in:
parent
29d07aca38
commit
8028e1ad04
@ -1059,8 +1059,8 @@ function treeview_getData ($type) {
|
||||
AND ttag_module.id_agente_modulo = tagente_modulo.id_agente_modulo" .
|
||||
$search_sql .
|
||||
$user_tags_sql . "
|
||||
ORDER BY ttag.name ' . $order_collate . ' ASC";
|
||||
|
||||
ORDER BY ttag.name $order_collate ASC";
|
||||
|
||||
$list = db_get_all_rows_sql($sql);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user