From: <ji...@us...> - 2006-08-14 03:32:51
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8750/phpicalendar Modified Files: index.php Log Message: add year as OK default for index.php fix for Bug 1539082 Index: index.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/index.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.php 11 Nov 2005 01:32:24 -0000 1.12 --- index.php 14 Aug 2006 03:32:48 -0000 1.13 *************** *** 11,15 **** $default_view = "print.php"; } else { ! $check = array ('day', 'week', 'month'); if (in_array($default_view, $check)) { $default_view = $default_view . '.php'; --- 11,15 ---- $default_view = "print.php"; } else { ! $check = array ('day', 'week', 'month', 'year'); if (in_array($default_view, $check)) { $default_view = $default_view . '.php'; |