Update Logbookadvanced.php

Fixed map when marking qsos to plot.
This commit is contained in:
Andreas Kristiansen
2024-07-11 16:51:53 +02:00
committed by GitHub
parent 94a6693ba8
commit fccf2cd569

View File

@@ -280,7 +280,7 @@ class Logbookadvanced extends CI_Controller {
'user_id' => (int)$this->session->userdata('user_id'),
'dateFrom' => '',
'dateTo' => '',
'de' => (int)$this->input->post('de'),
'de' => $this->input->post('de'),
'dx' => '',
'mode' => '',
'band' => '',