From 74aa7233f5e39b6cb5f6aaf251b669fb72186144 Mon Sep 17 00:00:00 2001 From: defacer Date: Sat, 4 Sep 2004 14:41:14 +0000 Subject: [PATCH] For small courses, "more details" is default. --- user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/index.php b/user/index.php index 270d98e23b..604bc0ba35 100644 --- a/user/index.php +++ b/user/index.php @@ -14,7 +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($_GET['format'], 'brief'); // what kind of view + optional_variable($_GET['format'], ''); // 'brief' for less details, '' for more $compactmode = ($_GET['format'] == 'brief'); -- 2.39.5