mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Change xmldb debugging to use the central debugging() function.
This commit is contained in:
parent
fd3772dc94
commit
92b564f494
@ -1734,7 +1734,7 @@ function category_parent_visible($parent = 0) {
|
||||
*/
|
||||
function xmldb_debug($message, $object) {
|
||||
|
||||
error_log($message);
|
||||
debugging($message, DEBUG_DEVELOPER);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user