From 0a73ddfb118193fc7fc6f26f6fd63074d25ea0dd Mon Sep 17 00:00:00 2001 From: Joe Presbrey Date: Wed, 30 Nov 2005 16:37:43 +0000 Subject: [PATCH] errors should always get detected git-svn-id: svn://presbrey.mit.edu/sql/mitsql@82 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- mitsql.cfg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitsql.cfg.php b/mitsql.cfg.php index 587f482..ddac119 100755 --- a/mitsql.cfg.php +++ b/mitsql.cfg.php @@ -38,7 +38,7 @@ set_time_limit(0); ignore_user_abort(1); import_request_variables('cgp', 'i_'); DEVEL && ini_set('display_errors', 1); -DEVEL && error_reporting(E_ALL); +error_reporting(E_ALL); set_include_path(get_include_path() . PATH_SEPARATOR . $BASE_PATH . 'lib/' . PATH_SEPARATOR . $BASE_PATH); require_once('defaults.cfg.php'); -- 2.45.0