mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update Logbookadvanced.php
Fixed map when marking qsos to plot.
This commit is contained in:
committed by
GitHub
parent
94a6693ba8
commit
fccf2cd569
@@ -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' => '',
|
||||
|
||||
Reference in New Issue
Block a user