$_POST["description"] = $dm->getDescription(); $dm->setMaxFines($_POST["max_fines"]); $_POST["max_fines"] = $dm->getMaxFines(); if (!$dm->validateData()) { $pageErrors["description"] = $dm->getDescriptionError(); $_SESSION["postVars"] = $_POST; $_SESSION["pageErrors"] = $pageErrors; header("Location: ../admin/mbr_classify_edit_form.php"); exit; } #************************************************************************** #* Update domain table row #************************************************************************** $dmQ = new DmQuery(); $dmQ->connect(); $dmQ->update("mbr_classify_dm", $dm); $dmQ->close(); #************************************************************************** #* Destroy form values and errors #************************************************************************** unset($_SESSION["postVars"]); unset($_SESSION["pageErrors"]); #************************************************************************** #* Show success page #************************************************************************** require_once "../shared/header.php"; echo $loc->getText("Classification type, %desc%, has been updated.", array('desc' => $dm->getDescription())); ?> <br><br> <a href="../admin/mbr_classify_list.php"><?php echo $loc->getText("return to member classification list");
$_POST["code"] = $dm->getCode(); $dm->setDescription($_POST["description"]); $_POST["description"] = $dm->getDescription(); if (!$dm->validateData()) { $pageErrors["description"] = $dm->getDescriptionError(); $_SESSION["postVars"] = $_POST; $_SESSION["pageErrors"] = $pageErrors; header("Location: ../admin/member_fields_edit_form.php"); exit; } #************************************************************************** #* Update domain table row #************************************************************************** $dmQ = new DmQuery(); $dmQ->connect(); $dmQ->update("member_fields_dm", $dm); $dmQ->close(); #************************************************************************** #* Destroy form values and errors #************************************************************************** unset($_SESSION["postVars"]); unset($_SESSION["pageErrors"]); #************************************************************************** #* Show success page #************************************************************************** require_once "../shared/header.php"; echo $loc->getText("Member field, %desc%, has been updated.", array('desc' => $dm->getDescription())); ?> <br><br> <a href="../admin/member_fields_list.php"><?php echo $loc->getText("return to member field list");
$_POST["description"] = $dm->getDescription(); $dm->setImageFile($_POST["imageFile"]); $_POST["imageFile"] = $dm->getImageFile(); if (!$dm->validateData()) { $pageErrors["description"] = $dm->getDescriptionError(); $_SESSION["postVars"] = $_POST; $_SESSION["pageErrors"] = $pageErrors; header("Location: ../admin/materials_edit_form.php"); exit; } #************************************************************************** #* Update domain table row #************************************************************************** $dmQ = new DmQuery(); $dmQ->connect(); $dmQ->update("material_type_dm", $dm); $dmQ->close(); #************************************************************************** #* Destroy form values and errors #************************************************************************** unset($_SESSION["postVars"]); unset($_SESSION["pageErrors"]); #************************************************************************** #* Show success page #************************************************************************** require_once "../shared/header.php"; echo $loc->getText("admin_materials_delMaterialType"); echo H($dm->getDescription()); echo $loc->getText("admin_materials_editEnd"); ?> <br><br>
$_POST["dailyLateFee"] = $dm->getDailyLateFee(); if (!$dm->validateData()) { $pageErrors["description"] = $dm->getDescriptionError(); $pageErrors["daysDueBack"] = $dm->getDaysDueBackError(); $pageErrors["dailyLateFee"] = $dm->getDailyLateFeeError(); $_SESSION["postVars"] = $_POST; $_SESSION["pageErrors"] = $pageErrors; header("Location: ../admin/collections_edit_form.php"); exit; } #************************************************************************** #* Update domain table row #************************************************************************** $dmQ = new DmQuery(); $dmQ->connect(); $dmQ->update("collection_dm", $dm); $dmQ->close(); #************************************************************************** #* Destroy form values and errors #************************************************************************** unset($_SESSION["postVars"]); unset($_SESSION["pageErrors"]); #************************************************************************** #* Show success page #************************************************************************** require_once "../shared/header.php"; echo $loc->getText("adminCollections_delStart"); echo H($dm->getDescription()); echo $loc->getText("adminCollections_editEnd"); ?> <br><br>
$_POST["code"] = $dm->getCode(); $dm->setDescription($_POST["description"]); $_POST["description"] = $dm->getDescription(); if (!$dm->validateData()) { $pageErrors["description"] = $dm->getDescriptionError(); $_SESSION["postVars"] = $_POST; $_SESSION["pageErrors"] = $pageErrors; header("Location: ../admin/materials_edit_form.php"); exit; } #************************************************************************** #* Update domain table row #************************************************************************** $dmQ = new DmQuery(); $dmQ->connect(); $dmQ->update("biblio_status_dm", $dm); $dmQ->close(); #************************************************************************** #* Destroy form values and errors #************************************************************************** unset($_SESSION["postVars"]); unset($_SESSION["pageErrors"]); #************************************************************************** #* Show success page #************************************************************************** require_once "../shared/header.php"; echo $loc->getText("admin_materials_listMaterialstate"); echo H($dm->getDescription()); echo $loc->getText("admin_materials_editEnd"); ?> <br><br>
$_POST["code"] = $dm->getCode(); $dm->setDescription($_POST["description"]); $_POST["description"] = $dm->getDescription(); if (!$dm->validateData()) { $pageErrors["description"] = $dm->getDescriptionError(); $_SESSION["postVars"] = $_POST; $_SESSION["pageErrors"] = $pageErrors; header("Location: ../admin/copy_fields_edit_form.php"); exit; } #************************************************************************** #* Update domain table row #************************************************************************** $dmQ = new DmQuery(); $dmQ->connect(); $dmQ->update("biblio_copy_fields_dm", $dm); $dmQ->close(); #************************************************************************** #* Destroy form values and errors #************************************************************************** unset($_SESSION["postVars"]); unset($_SESSION["pageErrors"]); #************************************************************************** #* Show success page #************************************************************************** require_once "../shared/header.php"; echo $loc->getText("Copy field, %desc%, has been updated.", array('desc' => $dm->getDescription())); ?> <br><br> <a href="../admin/copy_fields_list.php"><?php echo $loc->getText("return to copy field list");