Need to use empty persistformvar

This commit is contained in:
markjcrane 2023-05-16 00:08:07 -06:00
parent 93b8c4a4f8
commit 6fa40778f7
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
}
//add or update the database
if (!empty($_POST["persistformvar"])) {
if (empty($_POST["persistformvar"])) {
//used for debugging
if (!empty($_POST["debug"]) && $_POST["debug"] == "true") {