Code Duplication    Length = 3-3 lines in 2 locations

classes/Fleet.php 2 locations

@@ 1208-1210 (lines=3) @@
1205
    }
1206
1207
    $this->dbTargetRow = DBStaticPlanet::db_planet_by_vector_object($targetVector);
1208
    if (!empty($this->dbTargetRow['id_owner'])) {
1209
      $this->dbTargetOwnerRow = DBStaticUser::db_user_by_id($this->dbTargetRow['id_owner'], true);
1210
    }
1211
  }
1212
1213
@@ 1726-1728 (lines=3) @@
1723
      $this->dbTargetRow = DBStaticPlanet::db_planet_by_id($this->dbTargetRow['id'], true);
1724
    }
1725
    // TODO - deprecated! Filled in populateTargetPlanetAndOwner
1726
    if (!empty($this->dbTargetRow['id_owner'])) {
1727
      $this->dbTargetOwnerRow = DBStaticUser::db_user_by_id($this->dbTargetRow['id_owner'], true);
1728
    }
1729
1730
    $this->resource_list = array(
1731
      RES_METAL     => max(0, floor(sys_get_param_float('resource0'))),