From: tjhunt Date: Sat, 17 Feb 2007 17:16:38 +0000 (+0000) Subject: MDL-8154 - Typo in course search code. Fix thanks to Anthony Borrow. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=983ce2d579d27fc723400e93263ec1c32201c861;p=moodle.git MDL-8154 - Typo in course search code. Fix thanks to Anthony Borrow. --- diff --git a/course/search.php b/course/search.php index f8f62029df..747033c03a 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 "

"; }