From 19b3d5225182fa112d0d17ef12e38bebcea41138 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sun, 28 Dec 2008 10:50:58 +0000 Subject: kill admin.php; misc other changes; bump rc num --- functions/parse/parse_tzs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') 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 -- cgit v1.2.3