MDL-34406 message: removed an unnecessary string creation

This commit is contained in:
Andrew Davis
2012-08-20 10:13:53 +08:00
parent 7033316dad
commit 39e39bd437
-1
View File
@@ -180,7 +180,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) {