]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_beg.php
ADMIN_MEMBER_SELECTION_BOX() does now return a select-tag with the member list
[mailer.git] / inc / modules / admin / what-config_beg.php
index dcc8d4985311208a38f6856887772d2bd782eac8..ff220ca09edb8f1bd215a9225946cfd738539ba9 100644 (file)
@@ -57,7 +57,7 @@ if (isset($_POST['ok']))
        $_CONFIG['beg_ral_di_notify'] = $_POST['beg_ral_di_notify'];
 
        // Include sending out mails
-       if ((($_CONFIG['beg_rallye'] == 'Y') && ($_CONFIG['beg_ral_en_notify'] == 'Y')) || (($_CONFIG['beg_rallye'] == 'N') && ($_CONFIG['beg_ral_di_notify'] == 'Y')))
+       if ((($_CONFIG['beg_rallye'] == "Y") && ($_CONFIG['beg_ral_en_notify'] == "Y")) || (($_CONFIG['beg_rallye'] == "N") && ($_CONFIG['beg_ral_di_notify'] == "Y")))
        {
                include(PATH."inc/mails/beg_mails.php");
        }
@@ -161,7 +161,7 @@ if (isset($_POST['ok']))
        }
 
        // Add data to constant __MEMBER_SELECTION
-       ADD_MEMBER_SELECTION_BOX(false, true, true, $_CONFIG['beg_uid']);
+       ADD_MEMBER_SELECTION_BOX($_CONFIG['beg_uid'], false, true, true);
 
        // Load form template
        LOAD_TEMPLATE("admin_config_beg");