X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_doubler.php;h=83714c3f7883cfd9173b975813266f9cb5b642b5;hb=e51f09bb54eaaf565ac1bae162bf363fc9553ff7;hp=e52215da301d59177eb91812d7602822ef9bba6f;hpb=65f41ecaa6ec63e05d703a0bf91ee6caa8d52ff6;p=mailer.git diff --git a/inc/modules/admin/what-config_doubler.php b/inc/modules/admin/what-config_doubler.php index e52215da30..83714c3f78 100644 --- a/inc/modules/admin/what-config_doubler.php +++ b/inc/modules/admin/what-config_doubler.php @@ -50,13 +50,6 @@ if (isFormSent()) { // Save settings adminSaveSettingsFromPostData(); } else { - // Init all Y/N selections - foreach (array('jackpot', 'own', 'sent_all') as $entry) { - $content[$entry . '_y'] = ''; - $content[$entry . '_n'] = ''; - $content[$entry . '_' . strtolower(getConfig('doubler_' . $entry))] = ' checked="checked"'; - } // END - foreach - // Init other selections foreach (array('send_mode_direct','send_mode_reset') as $entry) { $content[$entry] = '';