Remove commented-out array_unique call

Deleted an unused, commented-out line intended to ensure unique station IDs in the logbooks_locations_array. No functional changes were made.
这个提交包含在:
Peter Goodhall 2025-08-15 22:31:44 +01:00
父节点 441cc5fa61
当前提交 485fa0126d

查看文件

@ -1704,9 +1704,6 @@ class Logbook_model extends CI_Model
$logbooks_locations_array = $StationLocationsArray;
}
// Ensure only unique station IDs (no duplicates)
//$logbooks_locations_array = array_unique($logbooks_locations_array);
if (empty($logbooks_locations_array)) {
return array();
}