Need to use empty persistformvar
This commit is contained in:
@@ -229,7 +229,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
//add or update the database
|
//add or update the database
|
||||||
if (!empty($_POST["persistformvar"])) {
|
if (empty($_POST["persistformvar"])) {
|
||||||
|
|
||||||
//used for debugging
|
//used for debugging
|
||||||
if (!empty($_POST["debug"]) && $_POST["debug"] == "true") {
|
if (!empty($_POST["debug"]) && $_POST["debug"] == "true") {
|
||||||
|
|||||||
Reference in New Issue
Block a user