debugging and error reporting level fixes and improvements MDL-6671

This commit is contained in:
skodak
2006-09-23 09:38:39 +00:00
parent b8547480b7
commit 7eb0b60a1f
16 changed files with 69 additions and 41 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ global $HTTPSPAGEREQUIRED;
/// Set error reporting back to normal
if ($originaldatabasedebug == -1) {
$CFG->debug = E_PARSE;
$CFG->debug = DEBUG_MINIMAL;
} else {
$CFG->debug = $originaldatabasedebug;
}