]> git.mjollnir.org Git - moodle.git/commitdiff
showall is an optional variable that will showall the people in one list
authormoodler <moodler>
Tue, 17 Feb 2004 12:16:14 +0000 (12:16 +0000)
committermoodler <moodler>
Tue, 17 Feb 2004 12:16:14 +0000 (12:16 +0000)
user/index.php

index ab59a9ac32543b348c553d1d5d6371c900011f06..62556e2dd966efb831eb8aa1efe4b7e9cda49f83 100644 (file)
@@ -14,6 +14,7 @@
     optional_variable($lastinitial, "");     // only show students with this last initial
     optional_variable($firstinitial, "");    // only show students with this first initial
     optional_variable($perpage, "20");       // how many per page
+    optional_variable($showall, "");         // SHow everyone on one page
 
 
     if (! $course = get_record("course", "id", $id)) {