fixed bug where country wasnt updated when editing a qso

pull/106/merge
Peter Goodhall 2012-11-13 17:41:02 +00:00
rodzic 93156261e2
commit 7c4db8ad66
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -177,6 +177,7 @@ class Logbook_model extends CI_Model {
'COL_GRIDSQUARE' => $this->input->post('locator'),
'COL_COMMENT' => $this->input->post('comment'),
'COL_NAME' => $this->input->post('name'),
'COL_COUNTRY' => $this->input->post('country'),
'COL_SAT_NAME' => $this->input->post('sat_name'),
'COL_SAT_MODE' => $this->input->post('sat_mode'),
'COL_QSLSDATE' => date('Y-m-d'),