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

This commit is contained in:
tjhunt 2007-02-17 17:16:38 +00:00
parent fa96bfaa11
commit 983ce2d579

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>";
}