From: stronk7 Date: Sat, 28 Oct 2006 15:24:04 +0000 (+0000) Subject: Dropping xmldb_dbg($message). Now it has been replaced by a new cleaner X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dddf32590f17fc866541ca12242753224432df87;p=moodle.git Dropping xmldb_dbg($message). Now it has been replaced by a new cleaner 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 --- diff --git a/lib/ddllib.php b/lib/ddllib.php index 2648f87b91..d290e969b9 100644 --- a/lib/ddllib.php +++ b/lib/ddllib.php @@ -1167,8 +1167,4 @@ function change_db_encoding() { } } -function xmldb_dbg($message) { - error_log($message); -} - ?>