From: <ji...@us...> - 2008-12-23 23:16:40
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13962/functions Modified Files: template.php Log Message: set defaults for undefs in template.php Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.99 retrieving revision 1.100 diff -C2 -d -r1.99 -r1.100 *** template.php 20 Dec 2008 03:22:54 -0000 1.99 --- template.php 23 Dec 2008 22:02:44 -0000 1.100 *************** *** 521,524 **** --- 521,526 ---- // Replaces the allday events $replace = ''; + $weekday_loop = ''; + $daydisplay = ''; if (is_array(@$master_array[$getdate]['-1'])) { preg_match("!<\!-- loop allday on -->(.*)<\!-- loop allday off -->!Uis", $this->page, $match1); |