Need to use empty persistformvar
This commit is contained in:
parent
93b8c4a4f8
commit
6fa40778f7
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue