From 7976d7b56f91bd291bbc086b9bc48cd593592040 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Tue, 7 Oct 2003 14:02:15 +0000 Subject: Fix for bug 220183: post_bug.cgi could allow setting the status_whiteboard attribute. Added "status_whiteboard" to parsed attribute list. r=gerv, a=justdave --- post_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index 9a1ea747f..315ff3a99 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -137,7 +137,7 @@ if ($::FORM{'assigned_to'} eq "") { my @bug_fields = ("version", "rep_platform", "bug_severity", "priority", "op_sys", "assigned_to", "bug_status", "bug_file_loc", "short_desc", - "target_milestone"); + "target_milestone", "status_whiteboard"); if (Param("useqacontact")) { SendSQL("SELECT initialqacontact FROM components " . -- cgit v1.2.3-24-g4f1b