Merge branch 'MDL-35880-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Dan Poltawski 2012-10-29 14:35:21 +08:00
commit f6110392f1

View File

@ -293,6 +293,7 @@ $PAGE->set_title("$course->shortname: $streditmyprofile");
$PAGE->set_heading($course->fullname);
echo $OUTPUT->header();
echo $OUTPUT->heading($userfullname);
if ($email_changed) {
echo $email_changed_html;