From: Joe Presbrey Date: Wed, 30 Nov 2005 16:37:43 +0000 (+0000) Subject: errors should always get detected X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/commitdiff_plain/0a73ddfb118193fc7fc6f26f6fd63074d25ea0dd errors should always get detected git-svn-id: svn://presbrey.mit.edu/sql/mitsql@82 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- 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');