From: <ji...@us...> - 2007-10-12 06:42:30
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8878/phpicalendar Modified Files: month.php Log Message: deal with various unset variable warning situations Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.139 retrieving revision 1.140 diff -C2 -d -r1.139 -r1.140 *** month.php 11 Oct 2007 23:46:31 -0000 1.139 --- month.php 12 Oct 2007 06:42:32 -0000 1.140 *************** *** 13,16 **** --- 13,17 ---- $yesterdays_date = date('Ymd', strtotime("-1 day", $unix_time)); $sidebar_date = localizeDate($dateFormat_week_list, $unix_time); + if (!isset($style_select)) $style_select = ''; // find out next month |