Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11513/phpicalendar/functions
Modified Files:
calendar_functions.php
Log Message:
fix for Bug 1476187
Index: calendar_functions.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/calendar_functions.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** calendar_functions.php 20 Mar 2006 01:08:29 -0000 1.22
--- calendar_functions.php 14 Aug 2006 03:40:37 -0000 1.23
***************
*** 240,244 ****
if ($line == "BEGIN:VTIMEZONE" ||$line == "BEGIN:VEVENT") break;
}
- echo "</pre>";
}
--- 240,243 ----
|