From 6093e396122d45eb116eacd4a36eebeaff76774c Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 8 Jun 2008 15:25:04 +0000 Subject: [PATCH] MDL-15094 fixed typo --- lib/dmllib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dmllib.php b/lib/dmllib.php index d4759d9af4..e82918fc6a 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -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); -- 2.39.5