Change xmldb debugging to use the central debugging() function.

This commit is contained in:
stronk7 2007-08-12 15:58:08 +00:00
parent fd3772dc94
commit 92b564f494

View File

@ -1734,7 +1734,7 @@ function category_parent_visible($parent = 0) {
*/
function xmldb_debug($message, $object) {
error_log($message);
debugging($message, DEBUG_DEVELOPER);
}
/**