From: Michael J. Rubinsky Date: Tue, 16 Nov 2010 06:59:40 +0000 (-0500) Subject: Bug: 9336 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=84bc65d7b98b98f4d74025b8e3e3f30f9fd20795;p=horde.git Bug: 9336 No longer need to call Horde_Date#correct, it's done internally. --- diff --git a/framework/Icalendar/lib/Horde/Icalendar.php b/framework/Icalendar/lib/Horde/Icalendar.php index 4c323c8b3..515ea5290 100644 --- a/framework/Icalendar/lib/Horde/Icalendar.php +++ b/framework/Icalendar/lib/Horde/Icalendar.php @@ -934,7 +934,6 @@ class Horde_Icalendar 'year' => $d->year, 'month' => $d->month, 'mday' => $d->mday - 1)); - $value->correct(); $value = $this->_exportDate($value, '235959'); } else { $value = $this->_exportDate($value, '000000');