From 903f703c12a4f310658ef0abeed6cd9f9e1fc97f Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Thu, 28 Jan 1999 05:17:06 +0000 Subject: Added three new fields (which appear in the UI only if params are turned on): target_milestone, qa_contact, and status_whiteboard. --- doeditparams.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doeditparams.cgi') diff --git a/doeditparams.cgi b/doeditparams.cgi index e43fd73ce..dd6214982 100755 --- a/doeditparams.cgi +++ b/doeditparams.cgi @@ -69,6 +69,8 @@ foreach my $i (@::param_list) { WriteParams(); +unlink "data/versioncache"; + print "OK, done.

\n"; print "Edit the params some more.

\n"; print "Go back to the query page.\n"; -- cgit v1.2.3-24-g4f1b