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:
jsatoh 2013-12-03 09:47:07 +00:00
parent d4c72f6d1b
commit f44a662b97
2 changed files with 8 additions and 2 deletions

View File

@ -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
by module.

View File

@ -958,7 +958,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 COLLATE utf8_general_ci ASC";
" ORDER BY ttag.name COLLATE utf8_general_ci ASC";
$list = db_get_all_rows_sql($sql);
break;