fixed bug [ 1115160 ] Calender Updated Time Error

This commit is contained in:
Ralf Becker 2005-02-09 18:15:15 +00:00
parent 0acd04ce49
commit a9328ad77f

View File

@ -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(