Skip to content

Commit

Permalink
MDL-8154 - Typo in course search code. Fix thanks to Anthony Borrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Feb 17, 2007
1 parent fa96bfa commit 983ce2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>";
}

Expand Down

0 comments on commit 983ce2d

Please sign in to comment.