From: skodak Date: Sun, 8 Jun 2008 15:25:04 +0000 (+0000) Subject: MDL-15094 fixed typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6093e396122d45eb116eacd4a36eebeaff76774c;p=moodle.git MDL-15094 fixed typo --- 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);