MDL-8154 - Typo in course search code. Fix thanks to Anthony Borrow.

This commit is contained in:
tjhunt
2007-02-17 17:16:50 +00:00
parent 1ecce737cc
commit 3ca50b0dd3
+1 -1
View File
@@ -243,7 +243,7 @@
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>";
}