From db4fd095d6ef8e07529fa8ed24e85c6080d00369 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 28 Dec 2023 14:42:11 -0500 Subject: [PATCH] Fix Undefined Checkbox POST vars in settings ticket --- settings_ticket.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings_ticket.php b/settings_ticket.php index 20ba5101..5f35f289 100644 --- a/settings_ticket.php +++ b/settings_ticket.php @@ -9,6 +9,9 @@ require_once "inc_all_settings.php";
+ + +