mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixes mapping of selected QSOs
This commit is contained in:
@@ -316,8 +316,8 @@ class Logbookadvanced extends CI_Controller {
|
||||
'gridsquare' => '*',
|
||||
'state' => '*',
|
||||
'county' => '*',
|
||||
'cqzone' => '',
|
||||
'ituzone' => '',
|
||||
'cqzone' => 'All',
|
||||
'ituzone' => 'All',
|
||||
'qsoresults' => count($this->input->post('ids')),
|
||||
'sats' => '',
|
||||
'orbits' => '',
|
||||
|
||||
Reference in New Issue
Block a user