]> andersk Git - moira.git/commitdiff
Create lists as not mailing lists and not groups.
authorzacheiss <zacheiss>
Mon, 13 Aug 2001 20:58:55 +0000 (20:58 +0000)
committerzacheiss <zacheiss>
Mon, 13 Aug 2001 20:58:55 +0000 (20:58 +0000)
regtape/grouper.pl

index 6426f9f4238aa072387553c4acb7eb91896babef..d3be88703507ca8953d410d6154140c3f6378d59 100755 (executable)
@@ -65,7 +65,7 @@ foreach $class (@$classes) {
                 "*** DO NOT MODIFY *** Automatically-created registered students list for $class");
      &check_list("$base-others", $staff, 0,
                 "Non-registered students and miscellaneous people list for $class");
-     &check_list($base, $staff, 1,
+     &check_list($base, $staff, 0,
                 "*** DO NOT MODIFY *** Automatically-created participants list for $class");
      if (!$lists{$base}) {
         &add_member($staff, LIST, $base);
This page took 0.041015 seconds and 5 git commands to generate.