mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Calendar - Check against user time when deciding if notifications should be sent
This commit is contained in:
parent
c2f7e2ab97
commit
bddc878a96
@ -269,7 +269,7 @@ class calendar_boupdate extends calendar_bo
|
||||
$this->log2file($event2save,$event,$old_event);
|
||||
}
|
||||
// send notifications if the event is in the future
|
||||
if(!$skip_notification && $event['end'] > time())
|
||||
if(!$skip_notification && $event['end'] > $this->now_su)
|
||||
{
|
||||
if ($new_event)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user