]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8154 - Typo in course search code. Fix thanks to Anthony Borrow.
authortjhunt <tjhunt>
Sat, 17 Feb 2007 17:16:38 +0000 (17:16 +0000)
committertjhunt <tjhunt>
Sat, 17 Feb 2007 17:16:38 +0000 (17:16 +0000)
course/search.php

index f8f62029df687e1a46f81acd35282ed4a19ecce5..747033c03a5ad05cd726431318f0de42229fed2a 100644 (file)
 
         if ($perpage != 99999 && $totalcount > $perpage) {
             echo "<center><p>";
-            echo "<a href=\"search.php?search=$encoededsearch&perpage=99999\">".get_string("showall", "", $totalcount)."</a>";
+            echo "<a href=\"search.php?search=$encodedsearch&perpage=99999\">".get_string("showall", "", $totalcount)."</a>";
             echo "</p></center>";
         }