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 +- index.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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', './'); diff --git a/index.php b/index.php index 1cee6f0..afabd37 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,8 @@