X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/e346f2b32932ef80fbb98b20d786ee52091f8728..0a73ddfb118193fc7fc6f26f6fd63074d25ea0dd:/mitsql.cfg.php 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');