From d6e7117d0ff4a6674a186f443219f56c0bb5bab8 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Sat, 8 Jan 2005 04:25:19 +0000 Subject: Bug 276446: Initial description cannot be made private on new bug creation Patch: travis r=joini a=justdave --- enter_bug.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index 4bda17ac4..2cbb455cc 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -339,6 +339,8 @@ $vars->{'keywords'} = formvalue('keywords'); $vars->{'dependson'} = formvalue('dependson'); $vars->{'blocked'} = formvalue('blocked'); +$vars->{'commentprivacy'} = formvalue('commentprivacy'); + # Use the version specified in the URL, if one is supplied. If not, # then use the cookie-specified value. (Posting a bug sets a cookie # for the current version.) If no URL or cookie version, the default -- cgit v1.2.3-24-g4f1b