diff options
author | timeless%mozdev.org <> | 2005-11-26 03:47:37 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2005-11-26 03:47:37 +0000 |
commit | 320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7 (patch) | |
tree | 0dc5a31b9e6dc2a564b100a32c358b81ca844050 /process_bug.cgi | |
parent | Bug 314489: [PostgreSQL] Buglists sorted by importance fail (diff) | |
download | bugzilla-320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7.tar.gz bugzilla-320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7.tar.bz2 bugzilla-320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7.zip |
Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index e56793fcd..77496f2a3 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -341,7 +341,7 @@ if (((defined $cgi->param('id') && $cgi->param('product') ne $oldproduct) my %defaults; # We set the defaults to these fields to the old value, # if its a valid option, otherwise we use the default where - # thats appropriate + # that's appropriate $vars->{'versions'} = $::versions{$prod}; if ($vok) { $defaults{'version'} = $cgi->param('version'); |