switch off error logging of changed fields

This commit is contained in:
Klaus Leithoff 2012-07-24 13:53:57 +00:00
parent 11b2ae4548
commit 43c148681e

View File

@ -345,7 +345,7 @@ abstract class bo_tracking
if (is_null($changed_fields))
{
$changed_fields = self::changed_fields($data,$old);
error_log(__METHOD__.__LINE__.' Changedfields:'.array2string($changed_fields));
//error_log(__METHOD__.__LINE__.' Changedfields:'.array2string($changed_fields));
}
if (!$changed_fields) return 0;