aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-02 00:09:38 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-02 00:09:38 +0000
commit8d867c3cf86cbc7b82d0fa41bb956790fd379a85 (patch)
treec5d3c87599d072e48ffeb8d6109ff3bbd779aa24 /functions
parentedd26d1248867594bf30cf7754731b6c64c9dbfd (diff)
downloadphpicalendar-8d867c3cf86cbc7b82d0fa41bb956790fd379a85.tar.gz
phpicalendar-8d867c3cf86cbc7b82d0fa41bb956790fd379a85.tar.bz2
phpicalendar-8d867c3cf86cbc7b82d0fa41bb956790fd379a85.zip
Added new languages, fixed minor bugs.
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 621f722..f42f8b3 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -954,7 +954,7 @@ foreach ($cal_filelist as $filename) {
}
break;
- case 'DTEND';
+ case 'DTEND':
$data = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $data);
$zulu_time = false;
if (substr($data,-1) == 'Z') $zulu_time = true;

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