From dddf32590f17fc866541ca12242753224432df87 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 28 Oct 2006 15:24:04 +0000 Subject: [PATCH] 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 --- lib/ddllib.php | 4 ---- 1 file changed, 4 deletions(-) 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); -} - ?> -- 2.39.5