mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
fixed bug in paging bar on participants list
This commit is contained in:
parent
222d5566e2
commit
ea2d8d8a27
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user