mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
"missing break in deleted filter (showing only unknow status)"
This commit is contained in:
parent
3a19b96589
commit
de1a64cacd
@ -410,7 +410,7 @@ class calendar_so
|
||||
$where['cal_public'] = 1;
|
||||
$where[] = "cal_status != 'R'"; break;
|
||||
case 'deleted':
|
||||
$where['cal_deleted'] = true;
|
||||
$where['cal_deleted'] = true; break;
|
||||
case 'unknown':
|
||||
$where[] = "cal_status='U'"; break;
|
||||
case 'accepted':
|
||||
|
Loading…
Reference in New Issue
Block a user