mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:28 +01:00
fix for bug #894: Reccurring events with setting interval drop participants
fix for problem reported in patch #906: problem when you edit a recurrent event
This commit is contained in:
parent
dfcce2e0a3
commit
0535d5379c
@ -812,13 +812,12 @@ ORDER BY cal_user_type, cal_usre_id
|
||||
{
|
||||
$this->db->insert($this->user_table,array(
|
||||
'cal_status' => $status !== true ? $status{0} : 'U',
|
||||
'cal_quantity' => substr($status,1) ? substr($status,1) : 1,
|
||||
'cal_recur_date' => $recur_date,
|
||||
),array(
|
||||
'cal_id' => $cal_id,
|
||||
'cal_quantity' => substr($status,1) ? substr($status,1) : 1,
|
||||
),array(
|
||||
'cal_id' => $cal_id,
|
||||
'cal_recur_date' => $recur_date,
|
||||
'cal_user_type' => $type,
|
||||
'cal_user_id' => $id,
|
||||
|
||||
),__LINE__,__FILE__);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user