Added waja/pota to controller

This commit is contained in:
int2001
2024-01-06 14:48:24 +00:00
parent 95a7707e88
commit 9aa6bb26cd

View File

@@ -129,6 +129,8 @@ class Band extends CI_Controller {
$band['was'] = $this->security->xss_clean($this->input->post('was'));
$band['wwff'] = $this->security->xss_clean($this->input->post('wwff'));
$band['vucc'] = $this->security->xss_clean($this->input->post('vucc'));
$band['waja'] = $this->security->xss_clean($this->input->post('waja'));
$band['pota'] = $this->security->xss_clean($this->input->post('pota'));
$this->load->model('bands');
$this->bands->saveBand($id, $band);
@@ -149,4 +151,4 @@ class Band extends CI_Controller {
echo json_encode(array('message' => 'OK'));
return;
}
}
}