mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
* Calendar - Fix alarms set in different timezone from server moved when saving event
This commit is contained in:
parent
594bd63181
commit
33110fc2cd
@ -1347,6 +1347,10 @@ class calendar_boupdate extends calendar_bo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
foreach($event['alarm'] as $id => &$alarm)
|
||||||
|
{
|
||||||
|
$alarm['time'] = $this->date2ts($alarm['time'],true); // user to server-time
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// you should always update modification time (ctag depends on it!)
|
// you should always update modification time (ctag depends on it!)
|
||||||
|
Loading…
Reference in New Issue
Block a user