Add Dutch VRZA WAP Worked All Provinces award

This commit is contained in:
Alexander
2025-05-21 23:47:57 +02:00
parent 8c2478dc69
commit 43981ebe51
12 changed files with 881 additions and 7 deletions

View File

@@ -135,6 +135,7 @@ class Band extends CI_Controller {
$band['sig'] = $this->security->xss_clean($this->input->post('sig'));
$band['sota'] = $this->security->xss_clean($this->input->post('sota'));
$band['uscounties'] = $this->security->xss_clean($this->input->post('uscounties'));
$band['wap'] = $this->security->xss_clean($this->input->post('wap'));
$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'));