mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed wrong sign of alpe's correction - it made it even worse ;-)
This commit is contained in:
parent
24f85350e6
commit
b106b38597
@ -98,7 +98,7 @@
|
||||
);
|
||||
$alarm['id'] = $this->so->save_alarm($cal_id,$alarm);
|
||||
$event['alarm'][$alarm['id']] = $alarm;
|
||||
$event['alarm'][$alarm['id']]['time'] = $alarm['time'] + $this->tz_offset; // allows viewing alarm time in users timezone
|
||||
$event['alarm'][$alarm['id']]['time'] = $alarm['time'] - $this->tz_offset; // allows viewing alarm time in users timezone
|
||||
|
||||
return $alarm;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user