post correction
这个提交包含在:
父节点
709d86d14c
当前提交
fdb1462722
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -44,8 +44,8 @@ class Kmlexport extends CI_Controller {
|
||||||
$dxcc = $this->input->post('dxcc_id');
|
$dxcc = $this->input->post('dxcc_id');
|
||||||
$cqz = $this->input->post('cqz');
|
$cqz = $this->input->post('cqz');
|
||||||
$propagation = $this->input->post('prop_mode');
|
$propagation = $this->input->post('prop_mode');
|
||||||
$fromdate = $this->input->post('fromdate');
|
$fromdate = $this->input->post('from');
|
||||||
$todate = $this->input->post('todate');
|
$todate = $this->input->post('to');
|
||||||
|
|
||||||
// Get QSOs with Valid QRAs
|
// Get QSOs with Valid QRAs
|
||||||
$qsos = $this->logbook_model->kml_get_all_qsos($band, $mode, $dxcc, $cqz, $propagation, $fromdate, $todate);
|
$qsos = $this->logbook_model->kml_get_all_qsos($band, $mode, $dxcc, $cqz, $propagation, $fromdate, $todate);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用