also set date_format if servertime gets set - just for the case that it is used later

This commit is contained in:
Christian Binder 2009-10-06 13:20:41 +00:00
parent 14d4f08b36
commit 68dc2e4f47

View File

@ -240,6 +240,7 @@ class calendar_ical extends calendar_boupdate
($event['recur_enddate'] - $event['start']) > 15778800)
{
$servertime = true;
$date_format = 'ts';
// read the event again with timestamps
$event = $this->read($event['id'], 0, false, 'ts');
}