From: Jan Schneider Date: Wed, 11 Aug 2010 14:24:53 +0000 (+0200) Subject: Fix typos. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9f771b2650db7b088af9c30542433de59612cd02;p=horde.git Fix typos. --- diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 45ae1dd35..a9a2c536b 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -763,7 +763,7 @@ abstract class Kronolith_Event // Need to change the UID so it links to the original // recurring event. $exceptionEvent->uid = $this->uid; - $vEventException = $exceptionEvent->toIcalendar($calendar); + $vEventException = $exceptionEvent->toiCalendar($calendar); // This should never happen, but protect against it anyway. if (count($vEventException) > 1) { throw new Kronolith_Exception(_("Unable to parse event.")); @@ -1742,7 +1742,7 @@ abstract class Kronolith_Event return false; } } catch (Exception $e) { - return $false; + return false; } $this->id = $eventID; return true;