Fix for rallye
authorRoland Häder <roland@mxchange.org>
Thu, 5 Nov 2009 16:00:03 +0000 (16:00 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 5 Nov 2009 16:00:03 +0000 (16:00 +0000)
inc/modules/guest/what-rallyes.php

index 66bbac8df33ee905680116dd2d5f672c933fbc2d..31dc59992a35be5bd4d89dd4938599a493a6255d 100644 (file)
@@ -109,7 +109,7 @@ if (SQL_NUMROWS($result) == 1) {
        $content['min_users'] = determineReferalRallyeMinimumUsers($min_users);
 
        // Determine min prices (now in function)
        $content['min_users'] = determineReferalRallyeMinimumUsers($min_users);
 
        // Determine min prices (now in function)
-       $content['min_prices'] = determineReferalRallyeMinimumPrices();
+       $content['min_prices'] = determineReferalRallyeMinimumPrices($min_prices);
 
        if ($expired === true) {
                $content['prices']       = addReferalRallyeWinners($id);
 
        if ($expired === true) {
                $content['prices']       = addReferalRallyeWinners($id);