grimnir:/usr/local/share/_horde-versions_# diff -u horde-webmail-1.1-rc1/kronolith/lib/Driver/kolab.php horde-webmail-1.1-rc1-netzwerkteam/kronolith/lib/Driver/kolab.php --- horde-webmail-1.1-rc1/kronolith/lib/Driver/kolab.php 2007-11-29 12:33:10.000000000 +0000 +++ horde-webmail-1.1-rc1-netzwerkteam/kronolith/lib/Driver/kolab.php 2007-12-26 18:02:59.000000000 +0000 @@ -1096,9 +1096,8 @@ return $result; } - if (is_null($startDate)) { - $startDate = &new Horde_Date(array('mday' => 1, 'month' => 1, 'year' => 0000)); - } + $startDate = &new Horde_Date(array('mday' => 1, 'month' => 1, 'year' => 0000)); + if (is_null($endDate)) { $endDate = &new Horde_Date(array('mday' => 31, 'month' => 12, 'year' => 9999)); }