From 92b564f494c51e9bb9dcfd5aed5f35697bef23fb Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 12 Aug 2007 15:58:08 +0000 Subject: [PATCH] Change xmldb debugging to use the central debugging() function. --- lib/datalib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datalib.php b/lib/datalib.php index 1e22ba0c47..9113f094e3 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -1734,7 +1734,7 @@ function category_parent_visible($parent = 0) { */ function xmldb_debug($message, $object) { - error_log($message); + debugging($message, DEBUG_DEVELOPER); } /** -- 2.39.5