]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Oops; wasn't setting the URL field.
authorterry%netscape.com <>
Thu, 28 Jan 1999 04:46:27 +0000 (04:46 +0000)
committerterry%netscape.com <>
Thu, 28 Jan 1999 04:46:27 +0000 (04:46 +0000)
backdoor.cgi

index 5cb6fa73f445dfd7648228fe00a55def04dd05ce..a12fba5c8f739e83bf05108ceee4953c6bc487f3 100755 (executable)
@@ -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) {