From ea2d8d8a27fbd669a6646718c768b3784fc21c71 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Mon, 24 Jan 2005 17:40:47 +0000 Subject: [PATCH] fixed bug in paging bar on participants list --- user/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/index.php b/user/index.php index 77629e442e..98c9f3d0a7 100644 --- a/user/index.php +++ b/user/index.php @@ -189,7 +189,7 @@ echo ""; print_paging_bar($matchcount, $page, $perpage, - "index.php?id=$course->id&sort=$sort&dir=$dir&perpage=$perpage&firstinitial=$firstinitial&lastinitial=$lastinitial"); + "index.php?id=$course->id&sort=$sort&dir=$dir&perpage=$perpage&firstinitial=$firstinitial&lastinitial=$lastinitial&"); } @@ -204,7 +204,7 @@ } else if ($matchcount > 0) { print_user_table($students, $isteacher); print_paging_bar($matchcount, $page, $perpage, - "index.php?id=$course->id&sort=$sort&dir=$dir&perpage=$perpage&firstinitial=$firstinitial&lastinitial=$lastinitial"); + "index.php?id=$course->id&sort=$sort&dir=$dir&perpage=$perpage&firstinitial=$firstinitial&lastinitial=$lastinitial&"); if ($perpage < $totalcount) { echo "

"; -- 2.39.5