2013-12-03 Junichi Satoh <junichi@rworks.jp>
* include/functions_treeview.php: Fixed sql error in tag tab. * ChangeLog: Fixed date in my previous commit. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9154 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c2c29b7254
commit
de06b3d8e2
|
@ -1,4 +1,10 @@
|
||||||
2013-12-01 Junichi Satoh <junichi@rworks.jp>
|
2013-12-03 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* include/functions_treeview.php: Fixed sql error in tag tab.
|
||||||
|
|
||||||
|
* ChangeLog: Fixed date in my previous commit.
|
||||||
|
|
||||||
|
2013-12-02 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* include/functions_treeview.php: Fixed tree expansion failure
|
* include/functions_treeview.php: Fixed tree expansion failure
|
||||||
by module.
|
by module.
|
||||||
|
|
|
@ -958,7 +958,7 @@ function treeview_getData ($type) {
|
||||||
AND ttag_module.id_agente_modulo = tagente_modulo.id_agente_modulo" .
|
AND ttag_module.id_agente_modulo = tagente_modulo.id_agente_modulo" .
|
||||||
$search_sql .
|
$search_sql .
|
||||||
$user_tags_sql .
|
$user_tags_sql .
|
||||||
"ORDER BY ttag.name COLLATE utf8_general_ci ASC";
|
" ORDER BY ttag.name COLLATE utf8_general_ci ASC";
|
||||||
|
|
||||||
$list = db_get_all_rows_sql($sql);
|
$list = db_get_all_rows_sql($sql);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue