From: zacheiss Date: Mon, 13 Aug 2001 20:58:55 +0000 (+0000) Subject: Create lists as not mailing lists and not groups. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/14f5ff2acdea1e650de8c9a9930bd01db13f2849 Create lists as not mailing lists and not groups. --- diff --git a/regtape/grouper.pl b/regtape/grouper.pl index 6426f9f4..d3be8870 100755 --- a/regtape/grouper.pl +++ b/regtape/grouper.pl @@ -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);