showall is an optional variable that will showall the people in one list

This commit is contained in:
moodler
2004-02-17 12:16:14 +00:00
parent fc4a5a2f63
commit 987ecd9806
+1
View 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)) {