mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 22:08:45 +01:00
switch off error logging of changed fields
This commit is contained in:
parent
11b2ae4548
commit
43c148681e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user