From: <cl...@us...> - 2003-11-22 19:29:49
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1:/tmp/cvs-serv14909/functions Modified Files: init.inc.php Log Message: Finished todo.php re-work. Updated event.php to match. Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** init.inc.php 20 Nov 2003 00:13:08 -0000 1.43 --- init.inc.php 22 Nov 2003 19:29:45 -0000 1.44 *************** *** 7,11 **** // uncomment when developing, comment for shipping version ! error_reporting (0); $ALL_CALENDARS_COMBINED = 'all_calendars_combined971'; --- 7,11 ---- // uncomment when developing, comment for shipping version ! error_reporting (E_WARNING); $ALL_CALENDARS_COMBINED = 'all_calendars_combined971'; |