diff --git a/public/admin-standards.php b/public/admin-standards.php index 3bf4454..a4800f9 100644 --- a/public/admin-standards.php +++ b/public/admin-standards.php @@ -26,6 +26,7 @@ if (isset($formnameedit)) { $UpdateQuery->bindColumn("iddpicategory", "i", "" . ((isset($_POST["categorydpi"])) ? $_POST["categorydpi"] : "") . "", "WA_DEFAULT"); $UpdateQuery->bindColumn("virusset", "s", "" . ((isset($_POST["virusprotection"])) ? $_POST["virusprotection"] : "") . "", "WA_DEFAULT"); $UpdateQuery->bindColumn("chemicalsset", "s", "" . ((isset($_POST["chemicalagent"])) ? $_POST["chemicalagent"] : "") . "", "WA_DEFAULT"); + $UpdateQuery->bindColumn("active", "s", "" . ((isset($_POST["active"])) ? $_POST["active"] : "") . "", "WA_DEFAULT"); $UpdateQuery->addFilter("idstandards", "=", "i", "" . ($idstandards) . ""); $UpdateQuery->execute(); $UpdateGoTo = ""; @@ -152,6 +153,7 @@ $standardlist->execute();