aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init/date_range.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-20 03:22:54 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-20 03:22:54 +0000
commit9b00469b471a8b159c60ecca333f0f7064ba1d27 (patch)
treee4716278c994d577c67a9bf3887c453c56b67030 /functions/init/date_range.php
parent3734188aa20c0fad1610e5de3078d7d022694bbd (diff)
downloadphpicalendar-9b00469b471a8b159c60ecca333f0f7064ba1d27.tar.gz
phpicalendar-9b00469b471a8b159c60ecca333f0f7064ba1d27.tar.bz2
phpicalendar-9b00469b471a8b159c60ecca333f0f7064ba1d27.zip
misc error warnings and notices
Diffstat (limited to 'functions/init/date_range.php')
-rw-r--r--functions/init/date_range.php2
1 files changed, 1 insertions, 1 deletions
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);
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy