MDL-15094 fixed typo

This commit is contained in:
skodak
2008-06-08 15:25:04 +00:00
parent deb3a60dc3
commit 6093e39612
+1 -1
View File
@@ -129,7 +129,7 @@ function setup_DB() {
}
print_error('dbconnectionfailed', 'error', '', $dberr);
}
if (debugging('', DEBUG__ALL)) {
if (debugging('', DEBUG_ALL)) {
ob_end_clean();
} else {
error_reporting($prevdebug);