From 980dbb40bb2cb239f127f8718cd9502ac0498e8b Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 29 Dec 2008 08:20:52 +0000 Subject: change version for release --- functions/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/template.php b/functions/template.php index 62bd9e4..dc43af2 100644 --- a/functions/template.php +++ b/functions/template.php @@ -978,7 +978,7 @@ class Page { $switch['ALLDAY'] .= (isset($val['location']) && $val['location'] != '') ? $val['location']."
" : ''; $switch['ALLDAY'] .= ''; } else { - $switch['ALLDAY'] .= ' '; + $switch['ALLDAY'] = ' '; } } else { $start2 = date($timeFormat_small, $val['start_unixtime']); -- cgit v1.2.3