fix for confirm QSL
这个提交包含在:
父节点
348dcbb0f9
当前提交
30fd69d805
共有 1 个文件被更改,包括 3 次插入 和 2 次删除
|
|
@ -4517,9 +4517,10 @@ function lotw_last_qsl_date($user_id) {
|
||||||
$this->load->library('qra');
|
$this->load->library('qra');
|
||||||
|
|
||||||
$json["markers"] = array();
|
$json["markers"] = array();
|
||||||
$plot = array('lat'=>0, 'lng'=>0, 'html'=>'', 'label'=>'', 'confirmed'=>'N');
|
|
||||||
|
|
||||||
foreach ($qsos_result as $row) {
|
foreach ($qsos_result as $row) {
|
||||||
|
$plot = array('lat'=>0, 'lng'=>0, 'html'=>'', 'label'=>'', 'confirmed'=>'N');
|
||||||
|
|
||||||
$plot['label'] = $row->COL_CALL;
|
$plot['label'] = $row->COL_CALL;
|
||||||
|
|
||||||
$plot['html'] = "Callsign: ".$row->COL_CALL."<br />Date/Time: ".$row->COL_TIME_ON."<br />";
|
$plot['html'] = "Callsign: ".$row->COL_CALL."<br />Date/Time: ".$row->COL_TIME_ON."<br />";
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用