Also lookup VUCC_GRIDS for hams.at grids
这个提交包含在:
父节点
f84dddd77a
当前提交
9e6ed4c65b
共有 1 个文件被更改,包括 3 次插入 和 0 次删除
|
|
@ -1777,7 +1777,10 @@ function check_if_callsign_worked_in_logbook($callsign, $StationLocationsArray =
|
|||
|
||||
$this->db->select('COL_GRIDSQUARE');
|
||||
$this->db->where_in('station_id', $logbooks_locations_array);
|
||||
$this->db->group_start();
|
||||
$this->db->like('COL_GRIDSQUARE', $grid);
|
||||
$this->db->or_like('COL_VUCC_GRIDS', $grid);
|
||||
$this->db->group_end();
|
||||
|
||||
if($band != null && $band != 'SAT') {
|
||||
$this->db->where('COL_BAND', $band);
|
||||
|
|
|
|||
正在加载…
在新工单中引用