From: terry%netscape.com <> Date: Thu, 28 Jan 1999 04:46:27 +0000 (+0000) Subject: Oops; wasn't setting the URL field. X-Git-Tag: bugzilla-2.2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7ac06a61d2e7b17c62cb31c7c09a60c34d0ab68;p=thirdparty%2Fbugzilla.git Oops; wasn't setting the URL field. --- diff --git a/backdoor.cgi b/backdoor.cgi index 5cb6fa73f4..a12fba5c8f 100755 --- a/backdoor.cgi +++ b/backdoor.cgi @@ -126,7 +126,8 @@ $::FORM{'assigned_to'} = my @list = ('reporter', 'assigned_to', 'product', 'version', 'rep_platform', 'op_sys', 'bug_status', 'bug_severity', 'priority', 'component', - 'short_desc', 'long_desc', 'creation_ts', 'delta_ts'); + 'short_desc', 'long_desc', 'creation_ts', 'delta_ts', + 'bug_file_loc'); my @vallist; foreach my $i (@list) {