forked from extern/egroupware
fixed typo causing $$enddate$$ in notifcation message to show startdate
This commit is contained in:
parent
53e1f3a96e
commit
c9e5921ff1
@ -682,7 +682,7 @@ class calendar_boupdate extends calendar_bo
|
||||
}
|
||||
$user_prefs = $GLOBALS['egw_info']['user']['preferences'];
|
||||
$startdate = new egw_time($event['start']);
|
||||
$enddate = new egw_time($event['start']);
|
||||
$enddate = new egw_time($event['end']);
|
||||
$modified = new egw_time($event['modified']);
|
||||
if ($old_event != False) $olddate = new egw_time($old_event['start']);
|
||||
foreach($to_notify as $userid => $statusid)
|
||||
|
Loading…
Reference in New Issue
Block a user