From: Roland Häder Date: Sun, 5 Oct 2008 21:07:36 +0000 (+0000) Subject: Fix for bonus config X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=876386e7b618428d242cfadbd4f014a041e74c2b Fix for bonus config --- diff --git a/inc/databases.php b/inc/databases.php index fb5b9507e7..7ce298f65a 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -113,7 +113,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // This current patch level -define('CURR_SVN_REVISION', "450"); +define('CURR_SVN_REVISION', "451"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/modules/admin/what-config_bonus.php b/inc/modules/admin/what-config_bonus.php index e7a1bb2998..b86ddc5ecc 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 - define('__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, "bonus_uid")); // Initialize array for the points list $RANKS = explode(";", $_CONFIG['bonus_ranks']);