Warning: ksort() expects parameter 1 to be array, null given in /home/bla.lu/web/main/forum/admin/index.php on line 86
Warning: Variable passed to each() is not an array or object in /home/bla.lu/web/main/forum/admin/index.php on line 88
im index.php steht,
in Zeile 86:
ksort($module);
in Zeile 87:
while( list($cat, $action_array) = each($module) )
könnte vielleicht jmd. mir helfen, resp. mir sagen was ich ändern soll?
