From 8374bea77241aeadb6d7acf34c3612506cd4655d Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 1 Sep 2006 08:25:46 +0000 Subject: [PATCH] Added in class member variables, removed newline at end of file which can cause problems if you try to send headers after this file is included. --- .../src/modules/htmlUI/var/ui_calendar.class.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/livesupport/src/modules/htmlUI/var/ui_calendar.class.php b/livesupport/src/modules/htmlUI/var/ui_calendar.class.php index 736bd092f..3c05fdc43 100644 --- a/livesupport/src/modules/htmlUI/var/ui_calendar.class.php +++ b/livesupport/src/modules/htmlUI/var/ui_calendar.class.php @@ -1,6 +1,12 @@ Day)) return; + if (is_array($this->Day)) { + return; + } require_once 'Calendar/Day.php'; @@ -172,4 +180,4 @@ class uiCalendar 'full' => strftime("%A", $timestamp)); } } -?> +?> \ No newline at end of file