From 85a4808574bf3b11e1782c421f75a9cd31af3099 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 5 Nov 2004 16:58:03 +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 014ed78ef9..55e60db668 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.2