From 9b00469b471a8b159c60ecca333f0f7064ba1d27 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sat, 20 Dec 2008 03:22:54 +0000 Subject: misc error warnings and notices --- functions/init/date_range.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/init') diff --git a/functions/init/date_range.php b/functions/init/date_range.php index d7e4235..c74b1dc 100644 --- a/functions/init/date_range.php +++ b/functions/init/date_range.php @@ -3,7 +3,7 @@ if (!isset($getdate)) { if (isset($_GET['getdate']) && ($_GET['getdate'] !== '')) { $getdate = $_GET['getdate']; } else { - $getdate = date('Ymd', time() + $phpIcal_config->second_offset); + $getdate = date('Ymd', time() + $phpiCal_config->second_offset); } } -- cgit v1.2.3