From 14f5ff2acdea1e650de8c9a9930bd01db13f2849 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Mon, 13 Aug 2001 20:58:55 +0000 Subject: [PATCH] Create lists as not mailing lists and not groups. --- regtape/grouper.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.45.2