mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-02 14:24:22 +00:00
Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Fr�d�ric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
This commit is contained in:
parent
6e34887f48
commit
4735a9b360
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user