From 959e11bf241230484da111038725530fb300bfef Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 12 Nov 2003 07:40:09 +0000 Subject: [PATCH] Fixed paging bar at the bottom of the page --- user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "

"; -- 2.39.5