Code Duplication    Length = 3-3 lines in 2 locations

includes/classes/Fleet.php 2 locations

@@ 1215-1217 (lines=3) @@
1212
    }
1213
1214
    $this->dbTargetRow = DBStaticPlanet::db_planet_by_vector_object($targetVector);
1215
    if (!empty($this->dbTargetRow['id_owner'])) {
1216
      $this->dbTargetOwnerRow = DBStaticUser::db_user_by_id($this->dbTargetRow['id_owner'], true);
1217
    }
1218
  }
1219
1220
@@ 1733-1735 (lines=3) @@
1730
      $this->dbTargetRow = DBStaticPlanet::db_planet_by_id($this->dbTargetRow['id'], true);
1731
    }
1732
    // TODO - deprecated! Filled in populateTargetPlanetAndOwner
1733
    if (!empty($this->dbTargetRow['id_owner'])) {
1734
      $this->dbTargetOwnerRow = DBStaticUser::db_user_by_id($this->dbTargetRow['id_owner'], true);
1735
    }
1736
1737
    $this->resource_list = array(
1738
      RES_METAL     => max(0, floor(sys_get_param_float('resource0'))),