mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Commented out session dump in user profile when in debug mode MDL-7311; merged from MOODLE_17_STABLE
This commit is contained in:
parent
7bb8485d6e
commit
97faae5833
1 changed files with 3 additions and 3 deletions
|
@ -406,13 +406,13 @@
|
||||||
echo "<td></td>";
|
echo "<td></td>";
|
||||||
echo "</tr></table></div>\n";
|
echo "</tr></table></div>\n";
|
||||||
|
|
||||||
|
/*
|
||||||
if (debugging() && $USER->id == $user->id) { // TEMPORARY in DEV! XXX TODO
|
if (debugging() && $USER->id == $user->id) { // TEMPORARY in DEV!
|
||||||
echo '<hr />';
|
echo '<hr />';
|
||||||
print_heading('DEBUG MODE: User session variables');
|
print_heading('DEBUG MODE: User session variables');
|
||||||
print_object($USER);
|
print_object($USER);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
print_footer($course);
|
print_footer($course);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue