MDL-34406 message: removed an unnecessary string creation

This commit is contained in:
Andrew Davis 2012-08-17 11:28:56 +08:00
parent d71c486507
commit c6841df4df

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) {