mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Temporayr debug a bit more sensible
This commit is contained in:
parent
340ea4e89e
commit
acee2e2491
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
"$fullname", "", "", true, " ", navmenu($course));
|
"$fullname", "", "", true, " ", navmenu($course));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($CFG->debug) {
|
if ($CFG->debug && $USER->id == $user->id) { // TEMPORARY in DEV!
|
||||||
print_heading('DEBUG MODE: User session variables');
|
print_heading('DEBUG MODE: User session variables');
|
||||||
print_object($USER);
|
print_object($USER);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue