From 983ce2d579d27fc723400e93263ec1c32201c861 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Sat, 17 Feb 2007 17:16:38 +0000 Subject: [PATCH] MDL-8154 - Typo in course search code. Fix thanks to Anthony Borrow. --- course/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/search.php b/course/search.php index f8f62029df6..747033c03a5 100644 --- a/course/search.php +++ b/course/search.php @@ -243,7 +243,7 @@ if ($perpage != 99999 && $totalcount > $perpage) { echo "

"; - echo "".get_string("showall", "", $totalcount).""; + echo "".get_string("showall", "", $totalcount).""; echo "

"; }