Turn off error log

This commit is contained in:
Nathan Gray 2016-03-24 18:10:42 +00:00
parent 633a1b1dec
commit dcc83171ad

View File

@ -339,7 +339,7 @@ class Categories
if (!$sort) $sort = 'ASC';
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();