mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
switch off permanent error-log
This commit is contained in:
parent
7a6959ca3f
commit
3ecd71cbc7
@ -720,11 +720,11 @@ class infolog_ical extends infolog_bo
|
||||
break;
|
||||
|
||||
default: // X- attribute or other by EGroupware unsupported property
|
||||
error_log(__METHOD__."() $attribute[name] = ".array2string($attribute));
|
||||
//error_log(__METHOD__."() $attribute[name] = ".array2string($attribute));
|
||||
// for attributes with multiple values in multiple lines, merge the values
|
||||
if (isset($taskData['##'.$attribute['name']]))
|
||||
{
|
||||
error_log(__METHOD__."() taskData['##$attribute[name]'] = ".array2string($taskData['##'.$attribute['name']]));
|
||||
//error_log(__METHOD__."() taskData['##$attribute[name]'] = ".array2string($taskData['##'.$attribute['name']]));
|
||||
$attribute['values'] = array_merge(
|
||||
is_array($taskData['##'.$attribute['name']]) ? $taskData['##'.$attribute['name']]['values'] : (array)$taskData['##'.$attribute['name']],
|
||||
$attribute['values']);
|
||||
|
Loading…
Reference in New Issue
Block a user