]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15094 fixed typo
authorskodak <skodak>
Sun, 8 Jun 2008 15:25:04 +0000 (15:25 +0000)
committerskodak <skodak>
Sun, 8 Jun 2008 15:25:04 +0000 (15:25 +0000)
lib/dmllib.php

index d4759d9af438a2eb28f40cf3bf5733abdfda7615..e82918fc6a9ec995a6ce29ece9f53b3af33a219b 100644 (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);