aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-28 10:50:58 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-28 10:50:58 +0000
commit19b3d5225182fa112d0d17ef12e38bebcea41138 (patch)
tree4aec7b69b96f2b1749ec76e8b3cbd8c700cb2363 /functions
parentd6405b94fff1853f6654ecb85eea79721827b6ca (diff)
downloadphpicalendar-19b3d5225182fa112d0d17ef12e38bebcea41138.tar.gz
phpicalendar-19b3d5225182fa112d0d17ef12e38bebcea41138.tar.bz2
phpicalendar-19b3d5225182fa112d0d17ef12e38bebcea41138.zip
kill admin.php; misc other changes; bump rc num
Diffstat (limited to 'functions')
-rw-r--r--functions/parse/parse_tzs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/parse/parse_tzs.php b/functions/parse/parse_tzs.php
index 7f2dfce..a135b0f 100644
--- a/functions/parse/parse_tzs.php
+++ b/functions/parse/parse_tzs.php
@@ -2,7 +2,7 @@
$ifile = @fopen($filename, "r");
if ($ifile == FALSE) exit(error($lang['l_error_cantopen']." parse_tz", $filename));
$nextline = fgets($ifile);
-if (trim($nextline) != 'BEGIN:VCALENDAR') exit(error($lang['l_error_invalidcal'], $filename));
+if (trim($nextline) != 'BEGIN:VCALENDAR') exit(error($lang['l_error_invalidcal']." parse_tz", $filename));
// read file in line by line
// XXX end line is skipped because of the 1-line readahead

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