From f20b0afabbff5581eda578a6c6c446c89c38208a Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 2 Nov 2010 03:09:56 +0000 Subject: [PATCH] message MDL-24972 removed the repeated restatement of your search terms in the search results --- message/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message/lib.php b/message/lib.php index 27e724c46ec..8d96ebf95fc 100644 --- a/message/lib.php +++ b/message/lib.php @@ -897,7 +897,7 @@ function message_print_search_results($frm, $showicontext=false, $user1=null) { echo ''; } else { - echo '

'.get_string('keywordssearchresults', 'message', 0).' ("'.s($messagesearchstring).'")

'; + echo '

'.get_string('keywordssearchresults', 'message', 0).'

'; } }