From: moodler Date: Wed, 12 Nov 2003 07:40:09 +0000 (+0000) Subject: Fixed paging bar at the bottom of the page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=959e11bf241230484da111038725530fb300bfef;p=moodle.git Fixed paging bar at the bottom of the page --- diff --git a/user/index.php b/user/index.php index 8cfc2a2382..0a231c1304 100644 --- a/user/index.php +++ b/user/index.php @@ -225,7 +225,7 @@ print_table($table); print_paging_bar($matchcount, $page, $perpage, - "index.php?id=$course->id&sort=$sort&dir=$dir&perpage=$perpage&"); + "index.php?id=$course->id&sort=$sort&dir=$dir&perpage=$perpage&firstinitial=$firstinitial&lastinitial=$lastinitial&"); if ($perpage != 99999) { echo "

";