From: gustav_delius <gustav_delius>
Date: Mon, 24 Jan 2005 17:40:47 +0000 (+0000)
Subject: fixed bug in paging bar on participants list
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ea2d8d8a27fbd669a6646718c768b3784fc21c71;p=moodle.git

fixed bug in paging bar on participants list
---

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 "</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;");
 
     }
 
@@ -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>";