mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
Merge pull request #1258 from AndreasK79/lba_fix_map
[Advanced Logbook] Fix map for selected QSOs after empty search
This commit is contained in:
@@ -285,7 +285,7 @@ class Logbookadvanced extends CI_Controller {
|
||||
'dateFrom' => '',
|
||||
'dateTo' => '',
|
||||
'de' => $this->input->post('de'),
|
||||
'dx' => '',
|
||||
'dx' => '*',
|
||||
'mode' => '',
|
||||
'band' => '',
|
||||
'qslSent' => '',
|
||||
@@ -295,8 +295,8 @@ class Logbookadvanced extends CI_Controller {
|
||||
'iota' => '',
|
||||
'dxcc' => '',
|
||||
'propmode' => '',
|
||||
'gridsquare' => '',
|
||||
'state' => '',
|
||||
'gridsquare' => '*',
|
||||
'state' => '*',
|
||||
'cqzone' => '',
|
||||
'ituzone' => '',
|
||||
'qsoresults' => count($this->input->post('ids')),
|
||||
@@ -308,13 +308,13 @@ class Logbookadvanced extends CI_Controller {
|
||||
'eqslReceived' => '',
|
||||
'clublogSent' => '',
|
||||
'clublogReceived' => '',
|
||||
'qslvia' => '',
|
||||
'sota' => '',
|
||||
'pota' => '',
|
||||
'wwff' => '',
|
||||
'qslvia' => '*',
|
||||
'sota' => '*',
|
||||
'pota' => '*',
|
||||
'wwff' => '*',
|
||||
'qslimages' => '',
|
||||
'operator' => '',
|
||||
'contest' => '',
|
||||
'operator' => '*',
|
||||
'contest' => '*',
|
||||
'continent' => '',
|
||||
'ids' => xss_clean($this->input->post('ids'))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user