From d1f6ec73e370d43bea603aeec8537bcf4555eddc Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 1 Feb 2000 06:50:10 +0000 Subject: REOPENing a bug now clears the resolution; most people will agree it should have always had this behavior. --- process_bug.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index e61fb39b2..d5ae66c39 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -340,6 +340,7 @@ SWITCH: for ($::FORM{'knob'}) { }; /^reopen$/ && CheckonComment( "reopen" ) && do { ChangeStatus('REOPENED'); + ChangeResolution(''); last SWITCH; }; /^verify$/ && CheckonComment( "verify" ) && do { -- cgit v1.2.3-24-g4f1b