X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_newsletter.php;h=d8564cec27bd2086de05267ef955ee75f838a42f;hb=53b5edd1ee2b126087000ff842ac7bd0feea8814;hp=d5f22e249ed5fef765403dfa23f1249eea68e8b2;hpb=357b2ca133fc1f89db74097955c366cb4bee6996;p=mailer.git diff --git a/inc/modules/admin/what-config_newsletter.php b/inc/modules/admin/what-config_newsletter.php index d5f22e249e..d8564cec27 100644 --- a/inc/modules/admin/what-config_newsletter.php +++ b/inc/modules/admin/what-config_newsletter.php @@ -40,20 +40,18 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { // Add description as navigation point ADD_DESCR("admin", __FILE__); -if (isset($_POST['ok'])) -{ +if (isset($_POST['ok'])) { // Save data $_POST['nl_charge'] = REVERT_COMMA($_POST['nl_charge']); ADMIN_SAVE_SETTINGS($_POST); -} - else -{ +} else { // Prepare contants for the template define('__CHARGE_VALUE' , TRANSLATE_COMMA($_CONFIG['nl_charge'], false)); // Prepare constants and load template LOAD_TEMPLATE("admin_config_newsletter", false); } + // ?>