]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Frédéric...
authorjocuri%softhome.net <>
Fri, 5 Nov 2004 16:57:46 +0000 (16:57 +0000)
committerjocuri%softhome.net <>
Fri, 5 Nov 2004 16:57:46 +0000 (16:57 +0000)
process_bug.cgi

index c265ab8b9d1e0c3af1e96095d2c5d6b6d3955416..4328a79fceaf62c643a9c80c7e186887b9aec72e 100755 (executable)
@@ -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")) {