mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
"fixed problem reported by Peter Goerzen: sql error creating an exception"
This commit is contained in:
parent
246af6840e
commit
d884a13521
@ -552,6 +552,7 @@ ORDER BY cal_user_type, cal_usre_id
|
||||
$event['recur_interval'] != $old_recur['recur_interval'] || $event['recur_enddate'] != $old_recur['recur_enddate'] ||
|
||||
count(array_diff($old_exceptions,$exceptions)); // exception deleted or added
|
||||
}
|
||||
unset($event[0]); // unset the 'etag=etag+1', as it's not in the repeats table
|
||||
if($event['recur_type'] != MCAL_RECUR_NONE)
|
||||
{
|
||||
$this->db->insert($this->repeats_table,$event,array('cal_id' => $cal_id),__LINE__,__FILE__,'calendar');
|
||||
|
Loading…
Reference in New Issue
Block a user