diff options
author | jocuri%softhome.net <> | 2004-11-05 17:57:46 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-11-05 17:57:46 +0100 |
commit | 29ff57641f568acdb6319c3e783f50fd0fa640a2 (patch) | |
tree | caeb31631adc9a1147f518b4ac531f29dea9418b /process_bug.cgi | |
parent | e18c94c1e359e1eac4d5db0db28a57a59ab36a97 (diff) | |
download | bugzilla-29ff57641f568acdb6319c3e783f50fd0fa640a2.tar.gz bugzilla-29ff57641f568acdb6319c3e783f50fd0fa640a2.tar.xz |
Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Frédéric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index c265ab8b9..4328a79fc 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -952,7 +952,6 @@ SWITCH: for ($::FORM{'knob'}) { SendSQL("SELECT initialowner FROM components " . "WHERE components.id = $comp_id"); my $newid = FetchOneColumn(); - my $newname = DBID_to_name($newid); DoComma(); $::query .= "assigned_to = $newid"; if (Param("useqacontact")) { |