mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed Issue #59, Distance Field set to zero and not used
This commit is contained in:
@@ -53,6 +53,7 @@ class Logbook_model extends CI_Model {
|
||||
'COL_PROP_MODE' => $prop_mode,
|
||||
'COL_IOTA' => $this->input->post('iota_ref'),
|
||||
'COL_MY_GRIDSQUARE' => $locator,
|
||||
'COL_DISTANCE' => 0
|
||||
);
|
||||
|
||||
$this->add_qso($data);
|
||||
|
||||
Reference in New Issue
Block a user