From 4735a9b3607a532f0c2e77ab1da9aec692af841d Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" Date: Fri, 5 Nov 2004 08:57:46 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20for=20bug=20267774:=20Remove=20unused?= =?UTF-8?q?=20variable=20in=20process=5Fbug.cgi;=20patch=20by=20Fr?= =?UTF-8?q?=EF=BF=BDd=EF=BF=BDric=20Buclin=20;=20r?= =?UTF-8?q?=3Dkiko,=20a=3Djustdave.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webtools/bugzilla/process_bug.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/webtools/bugzilla/process_bug.cgi b/webtools/bugzilla/process_bug.cgi index c265ab8b9d1e..4328a79fceaf 100755 --- a/webtools/bugzilla/process_bug.cgi +++ b/webtools/bugzilla/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")) {