forked from extern/egroupware
fix for saving of priority and a fix for is_private() missing parameter 3
This commit is contained in:
parent
06e5b896d4
commit
ef61adecc9
@ -166,6 +166,7 @@
|
||||
|
||||
$phpgw->calendar->event_set_participants($cal_stream,$participants);
|
||||
|
||||
$phpgw->calendar->event->priority = intval($priority);
|
||||
$event = $phpgw->calendar->event;
|
||||
|
||||
$phpgw->session->appsession('entry','calendar',$event);
|
||||
@ -208,7 +209,7 @@
|
||||
{
|
||||
$over = $phpgw->calendar->fetch_event($cal_stream,$overlapping_events[$i]);
|
||||
$overlap .= '<li>';
|
||||
$private = $phpgw->calendar->is_private($over,$over->owner);
|
||||
$private = $phpgw->calendar->is_private($over,$over->owner,'title');
|
||||
|
||||
if(strtoupper($private) == 'PRIVATE')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user