From b9c24d302ec116a60d2d83779914b4d736d4eafa Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 21 Nov 2002 04:58:07 +0000 Subject: change_options(): Don't handle `emergency' moderation here -- it's a normal config variable now. --- Mailman/Cgi/admin.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py index 4bb80e0b8..28e5b8f02 100644 --- a/Mailman/Cgi/admin.py +++ b/Mailman/Cgi/admin.py @@ -1215,10 +1215,6 @@ def change_options(mlist, category, subcat, cgidata, doc): print mlist.MakeCookie(mm_cfg.AuthListAdmin) else: doc.addError(_('Administator passwords did not match')) - # Handle the emergency stop button. Only take its value from the form if - # we're not logging in. - if not cgidata.has_key('admlogin') and not cgidata.has_key('adminpw'): - mlist.emergency = safeint('emergency', 0) # Give the individual gui item a chance to process the form data categories = mlist.GetConfigCategories() label, gui = categories[category] -- cgit v1.3.1