forked from extern/egroupware
fixed bug [ 1115160 ] Calender Updated Time Error
This commit is contained in:
parent
0acd04ce49
commit
a9328ad77f
@ -3075,7 +3075,7 @@
|
||||
|
||||
$var['updated'] = Array(
|
||||
'field' => lang('Updated'),
|
||||
'data' => $GLOBALS['phpgw']->common->show_date($this->maketime($event['modtime']) - $GLOBALS['phpgw']->datetime->tz_offset)
|
||||
'data' => $GLOBALS['phpgw']->common->show_date($this->maketime($event['modtime']))
|
||||
);
|
||||
|
||||
$var['access'] = Array(
|
||||
|
Loading…
Reference in New Issue
Block a user