Merge branch 'MDL-34406_fullname' of git://github.com/andyjdavis/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2012-08-27 20:03:01 +02:00
-1
View File
@@ -179,7 +179,6 @@ $preferences->blocknoncontacts = get_user_preferences( 'message_blocknoncontac
/// Display page header
$streditmymessage = get_string('editmymessage', 'message');
$strparticipants = get_string('participants');
$userfullname = fullname($user, true);
$PAGE->set_title("$course->shortname: $streditmymessage");
if ($course->id != SITEID) {