父节点
088a4828ed
当前提交
b24c318eaf
共有 2 个文件被更改,包括 1 次插入 和 10 次删除
|
|
@ -13,10 +13,6 @@ class Gridmap_model extends CI_Model {
|
|||
return null;
|
||||
}
|
||||
|
||||
if ($lotw != "true" && $qsl != "true" && $eqsl != "true" && $qrz != "true") {
|
||||
return null;
|
||||
}
|
||||
|
||||
$location_list = "'".implode("','",$logbooks_locations_array)."'";
|
||||
|
||||
$sql = 'SELECT distinct substring(COL_GRIDSQUARE,1,6) as GRID_SQUARES, COL_BAND FROM '
|
||||
|
|
@ -133,11 +129,6 @@ class Gridmap_model extends CI_Model {
|
|||
return null;
|
||||
}
|
||||
|
||||
|
||||
if ($lotw != "true" && $qsl != "true" && $eqsl != "true" && $qrz != "true") {
|
||||
return null;
|
||||
}
|
||||
|
||||
$location_list = "'".implode("','",$logbooks_locations_array)."'";
|
||||
|
||||
$sql = 'SELECT distinct COL_VUCC_GRIDS, COL_BAND FROM '
|
||||
|
|
|
|||
正在加载…
在新工单中引用