forked from extern/egroupware
remove accidently commited error_log
This commit is contained in:
parent
d1924fee2f
commit
1bf9c25cba
@ -30,8 +30,6 @@ $appname = $_GET['app'] && $GLOBALS['egw_info']['apps'][$_GET['app']] ? $_GET['a
|
||||
$cats = new categories('', $appname);
|
||||
$categories = $cats->return_array('all',0, false, '', 'ASC','',$appname==categories::GLOBAL_APPNAME);
|
||||
|
||||
error_log('categories='.array2string($categories));
|
||||
|
||||
$content = "/* Category CSS for $appname */\n\n";
|
||||
|
||||
foreach($categories as $cat)
|
||||
|
Loading…
Reference in New Issue
Block a user