added category time

This commit is contained in:
HB9HIL
2024-10-04 21:14:11 +00:00
parent fe3116b82e
commit 170dcc836f
4 changed files with 13 additions and 2 deletions

View File

@@ -117,6 +117,7 @@ class Cabrillo extends CI_Controller {
$data['categorypower'] = $this->security->xss_clean($this->input->post('categorypower'));
$data['categorystation'] = $this->security->xss_clean($this->input->post('categorystation'));
$data['categorytransmitter'] = $this->security->xss_clean($this->input->post('categorytransmitter'));
$data['categorytime'] = $this->security->xss_clean($this->input->post('categorytime'));
$data['categoryoverlay'] = $this->security->xss_clean($this->input->post('categoryoverlay'));
$data['operators'] = $this->security->xss_clean($this->input->post('operators'));
$data['club'] = $this->security->xss_clean($this->input->post('club'));