mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
* CalDAV/InfoLog: fixed SQL error if client has multiple identical X-properties, eg. alarms
This commit is contained in:
parent
e7252ad770
commit
40c51141d3
@ -599,7 +599,7 @@ class infolog_so
|
||||
if ($val)
|
||||
{
|
||||
$this->db->insert($this->extra_table,array(
|
||||
'info_extra_value'=>$val
|
||||
'info_extra_value' => is_array($val) ? serialize($val) : $val,
|
||||
),array(
|
||||
'info_id' => $info_id,
|
||||
'info_extra_name' => substr($key,1),
|
||||
|
Loading…
Reference in New Issue
Block a user