From c2be946f7a7c00b2279397f396d8b6ed95f8ec43 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 16 Nov 2024 17:45:16 -0500 Subject: [PATCH] Switched contact to use ?? 0 in post for checkbox items that are not checked, this save from creating an extra hidden form field in the form model hence cleaner code --- client_contact_add_modal.php | 6 ------ post/user/contact_model.php | 8 ++++---- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/client_contact_add_modal.php b/client_contact_add_modal.php index 75a52141..314fcada 100644 --- a/client_contact_add_modal.php +++ b/client_contact_add_modal.php @@ -8,12 +8,6 @@
- - - - - -