]> git.mjollnir.org Git - moodle.git/commitdiff
For small courses, "more details" is default.
authordefacer <defacer>
Sat, 4 Sep 2004 14:41:14 +0000 (14:41 +0000)
committerdefacer <defacer>
Sat, 4 Sep 2004 14:41:14 +0000 (14:41 +0000)
user/index.php

index 270d98e23b7071d8a33cf52821edd1e2cb69cf80..604bc0ba35245ad4a95aa64b46b1de3d265b69f4 100644 (file)
@@ -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');