diff --git a/user/index.php b/user/index.php index 77629e442e6..98c9f3d0a79 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 "

";