Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
4bebade5
Commit
4bebade5
authored
Oct 30, 2006
by
Nigel McNie
Committed by
Nigel McNie
Oct 30, 2006
Browse files
Changed call to log_dbg as it's been renamed.
parent
7fb15af1
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
4bebade5
...
...
@@ -577,7 +577,7 @@ function hsc ($text) {
* Used by XMLDB
*/
function
debugging
(
$message
,
$level
)
{
log_d
b
g
(
$message
);
log_d
ebu
g
(
$message
);
}
function
xmldb_dbg
(
$message
)
{
log_warn
(
$message
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment