mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 07:21:04 +01:00
Turn off error log
This commit is contained in:
parent
633a1b1dec
commit
dcc83171ad
@ -339,7 +339,7 @@ class Categories
|
|||||||
if (!$sort) $sort = 'ASC';
|
if (!$sort) $sort = 'ASC';
|
||||||
if (!$order) $order = 'cat_name';
|
if (!$order) $order = 'cat_name';
|
||||||
|
|
||||||
error_log(__METHOD__."($start,$limit,$query,$sort,$order,globals=$globals,parent=$parent_id,$unserialize_data) account_id=$this->account_id, appname=$this->app_name: ".function_backtrace());
|
//error_log(__METHOD__."($start,$limit,$query,$sort,$order,globals=$globals,parent=$parent_id,$unserialize_data) account_id=$this->account_id, appname=$this->app_name: ".function_backtrace());
|
||||||
|
|
||||||
$parents = $cats = array();
|
$parents = $cats = array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user