fixed bug in paging bar on participants list
This commit is contained in:
+2
-2
@@ -189,7 +189,7 @@
|
||||
echo "</center>";
|
||||
|
||||
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 "<center><p>";
|
||||
|
||||
Reference in New Issue
Block a user