From 281851bf42f3a2503bded854ad593693e224a0b8 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Thu, 16 Mar 2006 00:28:54 +0000 Subject: changes to fix several warnings and notices --- functions/date_functions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'functions/date_functions.php') diff --git a/functions/date_functions.php b/functions/date_functions.php index a9ebcc7..8cc8f90 100644 --- a/functions/date_functions.php +++ b/functions/date_functions.php @@ -219,9 +219,7 @@ function extractDateTime($data, $property, $field) { // Initialize values. unset($unixtime, $date, $time, $allday); - // What the heck is this doing in here? - #$data = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $data); - + $allday =''; #suppress error on returning undef. // Check for zulu time. $zulu_time = false; if (substr($data,-1) == 'Z') $zulu_time = true; -- cgit v1.2.3