X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=d3df62edf920823a30d3c4763d9e9f11345efbc1;hb=2142149f3f72f1a2476f95a87937c044d63bbaf2;hp=38de44bca0b9716d4342937c7080dbd91e4bdf1c;hpb=97dbb1a1f2f9e582132bb81c12895503e78e7a59;p=mailer.git diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 38de44bca0..d3df62edf9 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -169,6 +169,14 @@ if (isset($_POST['ok'])) { define('_CFG_SHOW_TIMINGS_N', " checked=\"checked\""); } + if ($_CONFIG['show_points_unconfirmed'] == "Y") { + define('_CFG_SHOW_POINTS_UNCONFIRMED_Y', " checked=\"checked\""); + define('_CFG_SHOW_POINTS_UNCONFIRMED_N', ""); + } else { + define('_CFG_SHOW_POINTS_UNCONFIRMED_Y', ""); + define('_CFG_SHOW_POINTS_UNCONFIRMED_N', " checked=\"checked\""); + } + if ($_CONFIG['mailid_error_redirect'] == 'INDEX') { define('_CFG_MAILID_REDIRECT_INDEX', " checked=\"checked\""); define('_CFG_MAILID_REDIRECT_REJECT', "");