From 8610d5bf4e487896fa16f3e980cdcc4be87ec31f Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" Date: Fri, 5 Nov 2004 08:58:03 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20for=20bug=20267774:=20Remove=20unused?= =?UTF-8?q?=20variable=20in=20process=5Fbug.cgi;=20patch=20by=20Fr=C3=A9d?= =?UTF-8?q?=C3=A9ric=20Buclin=20;=20r=3Dkiko,=20a=3D?= =?UTF-8?q?justdave.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@164995 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/process_bug.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/process_bug.cgi b/mozilla/webtools/bugzilla/process_bug.cgi index c265ab8b9d1..4328a79fcea 100755 --- a/mozilla/webtools/bugzilla/process_bug.cgi +++ b/mozilla/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")) {