X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_beg.php;h=ff220ca09edb8f1bd215a9225946cfd738539ba9;hp=76ff3493a05514b2420165f828fed10a24f6684d;hb=6032b7018b83778f1592383238f4e0d28f718622;hpb=8dd0d1496c53d3befb4b1c85806a811595d398e3 diff --git a/inc/modules/admin/what-config_beg.php b/inc/modules/admin/what-config_beg.php index 76ff3493a0..ff220ca09e 100644 --- a/inc/modules/admin/what-config_beg.php +++ b/inc/modules/admin/what-config_beg.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");