mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
Fix for bug #413189 - event_set_class()
This commit is contained in:
parent
7af76f1002
commit
ec8b580cd6
@ -125,11 +125,11 @@
|
||||
$phpgw->calendar->event->priority = 2;
|
||||
if($phpgw_info['user']['preferences']['calendar']['default_private'] == 'Y' || $phpgw_info['user']['preferences']['calendar']['default_private'] == True)
|
||||
{
|
||||
$phpgw->calendar->event_set_class(False);
|
||||
$phpgw->calendar->event_set_class($cal_stream,False);
|
||||
}
|
||||
else
|
||||
{
|
||||
$phpgw->calendar->event_set_class(True);
|
||||
$phpgw->calendar->event_set_class($cal_stream,True);
|
||||
}
|
||||
|
||||
$phpgw->calendar->event_set_recur_none($cal_stream);
|
||||
|
Loading…
Reference in New Issue
Block a user