MDL-34406 message: removed an unnecessary string creation

This commit is contained in:
Andrew Davis
2012-08-24 08:05:50 +08:00
parent d71c486507
commit c6841df4df
-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) {