aboutsummaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/edit.php b/edit.php
index c515de7..5bc5b42 100644
--- a/edit.php
+++ b/edit.php
@@ -33,6 +33,11 @@ if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_SESSION['admin']) && $_SESSI
$recvData->operatorEmail = clear_input($recvData->operatorEmail);
$recvData->operatorPhone = clear_input($recvData->operatorPhone);
$recvData->qso = clear_input($recvData->qso);
+
+ $recvData->$specialCall = strtoupper($recvData->$specialCall);
+ $recvData->$modes = strtoupper($recvData->$modes);
+ $recvData->$operatorCall = strtoupper($recvData->$operatorCall);
+
} catch (Exception $e) {
die("Can't decode JSON!");
}