X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_bonus.php;h=f979a22360f64115106ef69413b1a171f6ab4091;hb=a883ecd460b7a602733279170874cc92dc677fb6;hp=5c4b671a2dddf785e5a21087df963e81a8b0006b;hpb=d33547a4b2aa2fe6ad827c998867210f7318a7bc;p=mailer.git diff --git a/inc/modules/admin/what-config_bonus.php b/inc/modules/admin/what-config_bonus.php index 5c4b671a2d..f979a22360 100644 --- a/inc/modules/admin/what-config_bonus.php +++ b/inc/modules/admin/what-config_bonus.php @@ -86,7 +86,7 @@ if (isset($_POST['ok'])) define('__TLINES_VALUE', $_CONFIG['bonus_lines']); // Transfer options to template __MEMBER_SELECTION - ADD_MEMBER_SELECTION_BOX($_CONFIG['bonus_uid'], false, true, true); + define('__MEMBER_SELECTION', ADD_MEMBER_SELECTION_BOX($_CONFIG['bonus_uid'], false, true, true)); // Initialize array for the points list $RANKS = explode(";", $_CONFIG['bonus_ranks']);