aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-11 23:49:12 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-11 23:49:12 +0000
commitca2d5ebf3e4f0adc61cb7a546b46241e2fa4fbe5 (patch)
treef1f98d1b7cccd50b0f5645af139f7688cfdc7029 /functions
parent1ff107c46e8e493f006c9ad8f2af7628d6581eeb (diff)
downloadphpicalendar-ca2d5ebf3e4f0adc61cb7a546b46241e2fa4fbe5.tar.gz
phpicalendar-ca2d5ebf3e4f0adc61cb7a546b46241e2fa4fbe5.tar.bz2
phpicalendar-ca2d5ebf3e4f0adc61cb7a546b46241e2fa4fbe5.zip
Added login langs to week and month, a fix for evolution.
Diffstat (limited to 'functions')
-rw-r--r--functions/ical_parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/ical_parser.php b/functions/ical_parser.php
index 9dd8e8f..44080f5 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -906,7 +906,7 @@ foreach ($cal_filelist as $filename) {
// End VTODO Parsing
case 'DTSTART':
- $field = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $field);
+ $data = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $data);
$zulu_time = false;
if (substr($data,-1) == 'Z') $zulu_time = true;
$data = str_replace('T', '', $data);

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