From 29ff57641f568acdb6319c3e783f50fd0fa640a2 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 5 Nov 2004 16:57:46 +0000 Subject: [PATCH] =?utf8?q?Patch=20for=20bug=20267774:=20Remove=20unused=20?= =?utf8?q?variable=20in=20process=5Fbug.cgi;=20patch=20by=20Fr=C3=A9d?= =?utf8?q?=C3=A9ric=20Buclin=20;=20r=3Dkiko,=20a=3Dj?= =?utf8?q?ustdave.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/process_bug.cgi b/process_bug.cgi index c265ab8b9d..4328a79fce 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")) { -- 2.47.3