diff --git a/application/models/Stations.php b/application/models/Stations.php index f3e2f0438..08c154d93 100644 --- a/application/models/Stations.php +++ b/application/models/Stations.php @@ -122,6 +122,7 @@ class Stations extends CI_Model { 'hrdlog_username' => xss_clean($this->input->post('hrdlog_username', true)), 'hrdlog_code' => xss_clean($this->input->post('hrdlog_code', true)), 'hrdlogrealtime' => xss_clean($this->input->post('hrdlogrealtime', true)), + 'clublogignore' => xss_clean($this->input->post('clublogignore', true)), 'clublogrealtime' => xss_clean($this->input->post('clublogrealtime', true)), 'qrzapikey' => xss_clean($this->input->post('qrzapikey', true)), 'qrzrealtime' => xss_clean($this->input->post('qrzrealtime', true)), @@ -183,6 +184,7 @@ class Stations extends CI_Model { 'hrdlog_username' => xss_clean($this->input->post('hrdlog_username', true)), 'hrdlog_code' => xss_clean($this->input->post('hrdlog_code', true)), 'hrdlogrealtime' => xss_clean($this->input->post('hrdlogrealtime', true)), + 'clublogignore' => xss_clean($this->input->post('clublogignore', true)), 'clublogrealtime' => xss_clean($this->input->post('clublogrealtime', true)), 'qrzapikey' => xss_clean($this->input->post('qrzapikey', true)), 'qrzrealtime' => xss_clean($this->input->post('qrzrealtime', true)), diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index ba0f0941c..2b9addb6f 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -184,8 +184,15 @@ - -
+
+ + + +
+
+ + + + +
+