Skip to content

Commit

Permalink
fixed bug in paging bar on participants list
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Jan 24, 2005
1 parent 222d556 commit ea2d8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user/index.php
Expand Up @@ -189,7 +189,7 @@
echo "</center>";

print_paging_bar($matchcount, $page, $perpage,
"index.php?id=$course->id&amp;sort=$sort&amp;dir=$dir&amp;perpage=$perpage&amp;firstinitial=$firstinitial&amp;lastinitial=$lastinitial");
"index.php?id=$course->id&amp;sort=$sort&amp;dir=$dir&amp;perpage=$perpage&amp;firstinitial=$firstinitial&amp;lastinitial=$lastinitial&amp;");

}

Expand All @@ -204,7 +204,7 @@
} else if ($matchcount > 0) {
print_user_table($students, $isteacher);
print_paging_bar($matchcount, $page, $perpage,
"index.php?id=$course->id&amp;sort=$sort&amp;dir=$dir&amp;perpage=$perpage&amp;firstinitial=$firstinitial&amp;lastinitial=$lastinitial");
"index.php?id=$course->id&amp;sort=$sort&amp;dir=$dir&amp;perpage=$perpage&amp;firstinitial=$firstinitial&amp;lastinitial=$lastinitial&amp;");

if ($perpage < $totalcount) {
echo "<center><p>";
Expand Down

0 comments on commit ea2d8d8

Please sign in to comment.