aboutsummaryrefslogtreecommitdiffstats
path: root/functions/date_functions.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-12-02 17:18:31 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-12-02 17:18:31 +0000
commit613d019259721d83c888e7dd94872052263a6104 (patch)
tree1bee5cfc5dd340c63c64fea0ca60e1d288dc0f18 /functions/date_functions.php
parent20030121c4fc988b94418561191bd9784b9cfd29 (diff)
downloadphpicalendar-613d019259721d83c888e7dd94872052263a6104.tar.gz
phpicalendar-613d019259721d83c888e7dd94872052263a6104.tar.bz2
phpicalendar-613d019259721d83c888e7dd94872052263a6104.zip
fix for calculation of negative byday events
Diffstat (limited to 'functions/date_functions.php')
-rw-r--r--functions/date_functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/date_functions.php b/functions/date_functions.php
index f6bfd53..482e449 100644
--- a/functions/date_functions.php
+++ b/functions/date_functions.php
@@ -220,7 +220,7 @@ function extractDateTime($data, $property, $field) {
unset($unixtime, $date, $time, $allday);
// What the heck is this doing in here?
- $data = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $data);
+ #$data = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $data);
// Check for zulu time.
$zulu_time = false;

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