From: nicolasconnault Date: Tue, 20 Mar 2007 05:21:31 +0000 (+0000) Subject: MDL-8832 : Undid the stripslashes and changed calls to s($string) to s($string, true... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e9ff8e100a7a58f5c551355260ae85718338504f;p=moodle.git MDL-8832 : Undid the stripslashes and changed calls to s($string) to s($string, true) instead. --- diff --git a/mod/forum/search.php b/mod/forum/search.php index f590fafe63..6f6bd3bd0f 100644 --- a/mod/forum/search.php +++ b/mod/forum/search.php @@ -119,7 +119,7 @@ print_header_simple("$strsearchresults", "", "id\">$strforums -> - id\">$strsearch -> ".s($search), 'search.words', + id\">$strsearch -> ".s($search, true), 'search.words', "", "", " ", navmenu($course)); print_heading(get_string("nopostscontaining", "forum", $search)); @@ -135,7 +135,7 @@ print_header_simple("$strsearchresults", "", "id\">$strforums -> - id\">$strsearch -> ".s($search), '', + id\">$strsearch -> ".s($search, true), '', "", "", $searchform, navmenu($course)); echo '