зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
7102a89b54
Коммит
726347cf21
|
@ -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")) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче