From b2b80439dfb4078a003b0a768c634b50759ddcb0 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 12 Oct 2007 06:41:33 +0000 Subject: deal with various unset variable warning situations --- functions/date_functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions/date_functions.php') diff --git a/functions/date_functions.php b/functions/date_functions.php index 83e51af..0e2dca4 100644 --- a/functions/date_functions.php +++ b/functions/date_functions.php @@ -236,6 +236,7 @@ function extractDateTime($data, $property, $field) { // Set the values. $unixtime = strtotime($data); $date = date('Ymd', $unixtime); + $time = ''; $allday = $data; } -- cgit v1.2.3