1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

Minor gui fixes and notice removal.

This commit is contained in:
Cameron
2013-04-26 21:50:01 -07:00
parent 94a4ba34e6
commit 2f660b8bd0
3 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ if (ADMIN == TRUE)
// print_a($array_functions);
// asort($array_functions);
ksort($array_functions, 'title'); //FIXME Improve ordering.
// ksort($array_functions, 'title'); //FIXME Improve ordering.
//$array_functions = asortbyindex($array_functions, 1);