post correction

This commit is contained in:
HB9HIL
2023-11-17 13:32:23 +01:00
parent 709d86d14c
commit fdb1462722

View File

@@ -44,8 +44,8 @@ class Kmlexport extends CI_Controller {
$dxcc = $this->input->post('dxcc_id');
$cqz = $this->input->post('cqz');
$propagation = $this->input->post('prop_mode');
$fromdate = $this->input->post('fromdate');
$todate = $this->input->post('todate');
$fromdate = $this->input->post('from');
$todate = $this->input->post('to');
// Get QSOs with Valid QRAs
$qsos = $this->logbook_model->kml_get_all_qsos($band, $mode, $dxcc, $cqz, $propagation, $fromdate, $todate);