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.
这个提交包含在:
父节点
441cc5fa61
当前提交
485fa0126d
共有 1 个文件被更改,包括 0 次插入 和 3 次删除
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用