Commit 29ff5764 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by…

Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Frédéric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
parent e18c94c1
......@@ -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")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment