]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_doubler.php
Extension ext-funcoins continued, template helper function added:
[mailer.git] / inc / modules / admin / what-config_doubler.php
index e52215da301d59177eb91812d7602822ef9bba6f..83714c3f7883cfd9173b975813266f9cb5b642b5 100644 (file)
@@ -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] = '';