Oops; wasn't setting the URL field.

git-svn-id: svn://10.0.0.236/trunk@18816 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com
1999-01-27 20:46:27 +00:00
parent 773f5dbf54
commit a27c99e830

View File

@@ -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) {