]> 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:58:03 +0000 (16:58 +0000)
committerjocuri%softhome.net <>
Fri, 5 Nov 2004 16:58:03 +0000 (16:58 +0000)
process_bug.cgi

index 014ed78ef9f1b481bd47f60803ee82fa9e4203d0..55e60db668f36ff28c63440df925e4d2774124e6 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")) {