From 987ecd98062e6a2b019d4ce3661dd236a2d6d466 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 17 Feb 2004 12:16:14 +0000 Subject: [PATCH] showall is an optional variable that will showall the people in one list --- user/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/user/index.php b/user/index.php index ab59a9ac32..62556e2dd9 100644 --- a/user/index.php +++ b/user/index.php @@ -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)) { -- 2.39.5