forked from extern/egroupware
Improve readability
This commit is contained in:
parent
a11565ec9c
commit
d0028ffc31
@ -920,7 +920,7 @@ ORDER BY cal_user_type, cal_usre_id
|
||||
|
||||
if ((int) $change_since)
|
||||
{
|
||||
$where[] = '(cal_recur_date=0 OR cal_recur_date >= '.(int)$change_since.')';
|
||||
$where[0] = '(cal_recur_date=0 OR cal_recur_date >= '.(int)$change_since.')';
|
||||
}
|
||||
|
||||
if ($change_since !== false) // update existing entries
|
||||
|
Loading…
Reference in New Issue
Block a user