Merge branch 'MDL-40788-m' of git://github.com/andrewnicols/moodle

This commit is contained in:
Sam Hemelryk 2013-07-23 11:12:34 +12:00
commit d0ed9d6375

View File

@ -425,11 +425,5 @@ if (isloggedin() && has_capability('moodle/site:sendmessage', $context)
echo '</div>';
}
if ($CFG->debugdisplay && debugging('', DEBUG_DEVELOPER) && $currentuser) { // Show user object
echo '<br /><br /><hr />';
echo $OUTPUT->heading('DEBUG MODE: User session variables');
print_object($USER);
}
echo '</div>'; // userprofile class
echo $OUTPUT->footer();