]> git.mxchange.org Git - mailer.git/commitdiff
Fix for bonus config
authorRoland Häder <roland@mxchange.org>
Sun, 5 Oct 2008 21:07:36 +0000 (21:07 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 5 Oct 2008 21:07:36 +0000 (21:07 +0000)
inc/databases.php
inc/modules/admin/what-config_bonus.php

index fb5b9507e7d1287d3ed0477683ac49ccb15deb51..7ce298f65a7cd11ec8d2da9e1a772ae873b28a9c 100644 (file)
@@ -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);
index e7a1bb2998df93f1d671e2d4ce017cfe6e173b88..b86ddc5ecc5eda426785e0f79748b73efdbab2d0 100644 (file)
@@ -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']);