]> git.mjollnir.org Git - moodle.git/commitdiff
Dropping xmldb_dbg($message). Now it has been replaced by a new cleaner
authorstronk7 <stronk7>
Sat, 28 Oct 2006 15:24:04 +0000 (15:24 +0000)
committerstronk7 <stronk7>
Sat, 28 Oct 2006 15:24:04 +0000 (15:24 +0000)
debug system, with XMLDB hook for debug enabled by the creation of one
function called: xmldb_debug($message, $object), currently present in
lib/datalib.php MDL-7261

lib/ddllib.php

index 2648f87b91a9700d2a0b8dea6accdff98febb8d7..d290e969b909414fe32d7c0df3615d679be54c87 100644 (file)
@@ -1167,8 +1167,4 @@ function change_db_encoding() {
     }
 }
 
-function xmldb_dbg($message) {
-    error_log($message);
-}
-
 ?>