]> andersk Git - sql-web.git/commitdiff
errors should always get detected
authorJoe Presbrey <presbrey@mit.edu>
Wed, 30 Nov 2005 16:37:43 +0000 (16:37 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Wed, 30 Nov 2005 16:37:43 +0000 (16:37 +0000)
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@82 a142d4bd-2cfb-0310-9673-cb33a7e74f58

mitsql.cfg.php

index 587f482e39f3509a0588203d2bb89eb12ca55451..ddac11928afedcf558350c2d88fc78032d48e5d6 100755 (executable)
@@ -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');
This page took 0.06908 seconds and 5 git commands to generate.