Fixed Issue #59, Distance Field set to zero and not used

This commit is contained in:
Peter Goodhall
2011-10-21 19:58:16 +01:00
parent 56f5bafbb6
commit 2c507945cc

View File

@@ -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);