X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_beg.php;h=537781600552fd7ad5ac5e904dd6c5e96d6a5314;hb=76740e48546bb3fdb9fca65d8d205765f2bd4d68;hp=a01277b134e896728234a9f0d02fec3402886331;hpb=2dbbe24bedc12bc5e4c91136277355b05b333ba3;p=mailer.git diff --git a/inc/modules/admin/what-config_beg.php b/inc/modules/admin/what-config_beg.php index a01277b134..5377816005 100644 --- a/inc/modules/admin/what-config_beg.php +++ b/inc/modules/admin/what-config_beg.php @@ -62,7 +62,7 @@ if (isFormSent()) { $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) { + foreach (array('rallye', 'active', '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"'; @@ -76,14 +76,6 @@ if (isFormSent()) { // Set default faker-mode $content['pay_mode_' . strtolower(getBegPayMode())] = ' selected="selected"'; - // Init beg_mode elements - foreach (array('DIRECT', 'REF') as $entry) { - $content['beg_mode_' . strtolower($entry)] = ''; - } // END - foreach - - // Set default mode - $content['beg_mode_' . strtolower(getBegMode())] = ' checked="checked"'; - // Member selection box $content['beg_userid'] = addMemberSelectionBox(getBegUserid(), false, true, true, 'beg_userid');