]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_beg.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / modules / admin / what-config_beg.php
index 786d5c43852a2797943417491e59779ccc81687f..a2a6bb93a27e8adc8b951518f9c82ff5b25f6636 100644 (file)
@@ -61,15 +61,8 @@ if (isFormSent()) {
        $content['beg_ip_timeout']   = createConfigurationTimeSelections('beg_ip_timeout'    , 'Dhm');
        $content['wait_selection']   = createConfigurationTimeSelections('beg_notify_wait'   , 'ms' );
 
-       // Init all Y/N selections
-       foreach (array('rallye', 'active', 'mode', 'rallye_enable_notify', 'rallye_disable_notify', 'new_member_notify', 'include_own') as $entry) {
-               $content[$entry . '_y'] = '';
-               $content[$entry . '_n'] = '';
-               $content[$entry . '_' . strtolower(getConfig('beg_' . $entry))] = ' checked="checked"';
-       } // END - foreach
-
        // Init elements for faker-mode
-       foreach (array('pay_mode_img','pay_mode_js','pay_mode_both','pay_mode_none') as $entry) {
+       foreach (array('pay_mode_img', 'pay_mode_js', 'pay_mode_both', 'pay_mode_none') as $entry) {
                $content[$entry] = '';
        } // END - foreach