Default debugging

This commit is contained in:
moodler
2003-01-01 08:48:15 +00:00
parent e29fa0c8e2
commit 6fbf8d8fe8
+3
View File
@@ -45,6 +45,9 @@
/// Set error reporting back to normal
if (empty($CFG->debug)) {
$CFG->debug = 7;
}
error_reporting($CFG->debug);