From: <cl...@us...> - 2005-09-13 21:36:46
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11768/includes Modified Files: event.php Log Message: Updated README, reverted ical_parser's WEEKLY parsing to 2.0b, added charset to event popup, and added two small patches. Index: event.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/event.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** event.php 30 Aug 2005 19:11:00 -0000 1.32 --- event.php 13 Sep 2005 21:36:38 -0000 1.33 *************** *** 64,67 **** --- 64,68 ---- $page->replace_tags(array( + 'charset' => $charset, 'cal' => $event['calname'], 'event_text' => urldecode($event['event_text']), |