From ab856ec5103b5174af8fddfbc90c9c64a65b7068 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 26 Sep 2003 16:00:41 +0000 Subject: Fixed errors. --- functions/init.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/init.inc.php b/functions/init.inc.php index 2d4517c..9a50fc6 100644 --- a/functions/init.inc.php +++ b/functions/init.inc.php @@ -6,7 +6,7 @@ //chmod(BASE.'calendars/School.ics',0666); // uncomment when developing, comment for shipping version -//error_reporting (E_ALL); +error_reporting (E_ALL); $ALL_CALENDARS_COMBINED = 'all_calendars_combined971'; if (!defined('BASE')) define('BASE', './'); -- cgit v1.2.3