From ec7d579e774b29203735c6a40e44b1f272973b2b Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 20 Apr 2024 18:09:10 +0100 Subject: [PATCH] Update Awards.php --- application/controllers/Awards.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/Awards.php b/application/controllers/Awards.php index 4a1b1491..649fe31c 100644 --- a/application/controllers/Awards.php +++ b/application/controllers/Awards.php @@ -521,6 +521,8 @@ class Awards extends CI_Controller $wab = str_replace('"', "", $this->security->xss_clean($this->input->post("Wab"))); + $wab = str_replace(["Small Square ", " Boundry Box"], "", $wab); + $data['results'] = $this->logbook_model->wab_qso_details($wab); // Render Page