]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_beg.php
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / modules / admin / what-config_beg.php
index 516fd067b88d4000475739764df314b7809bb479..c714674259b0fa6163de1462073db7dc3507517d 100644 (file)
@@ -69,7 +69,7 @@ if (isFormSent()) {
        $content['wait_selection']   = createTimeSelections(getConfig('beg_notify_wait')   , 'beg_notify_wait'   , 'ms' );
 
        // Init all Y/N selections
        $content['wait_selection']   = createTimeSelections(getConfig('beg_notify_wait')   , 'beg_notify_wait'   , 'ms' );
 
        // Init all Y/N selections
-       foreach (array('rallye', 'active', 'mode', 'ral_enable_notify', 'ral_disable_notify', 'new_member_notify', 'include_own') as $entry) {
+       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"';
                $content[$entry . '_y'] = '';
                $content[$entry . '_n'] = '';
                $content[$entry . '_' . strtolower(getConfig('beg_' . $entry))] = ' checked="checked"';
@@ -92,7 +92,7 @@ if (isFormSent()) {
        $content['beg_mode_' . strtolower(getConfig('beg_mode'))] = ' checked="checked"';
 
        // Member selection box
        $content['beg_mode_' . strtolower(getConfig('beg_mode'))] = ' checked="checked"';
 
        // Member selection box
-       $content['member_selection'] = addMemberSelectionBox(getConfig('beg_userid'), false, true, true, 'beg_userid');
+       $content['form_selection'] = addMemberSelectionBox(getConfig('beg_userid'), false, true, true, 'beg_userid');
 
        // Load form template
        loadTemplate('admin_config_beg', false, $content);
 
        // Load form template
        loadTemplate('admin_config_beg', false, $content);