Fixed mysql error. Ticket #1273
pandora_console/include/functions_treeview.php
This commit is contained in:
parent
29d07aca38
commit
8028e1ad04
|
@ -1059,7 +1059,7 @@ 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…
Reference in New Issue