From: quix0r Date: Thu, 5 Nov 2009 16:00:03 +0000 (+0000) Subject: Fix for rallye X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=25118b2fbea2e2286ee8df0c06a9692c629f01a3;p=mailer.git Fix for rallye --- diff --git a/inc/modules/guest/what-rallyes.php b/inc/modules/guest/what-rallyes.php index 66bbac8df3..31dc59992a 100644 --- a/inc/modules/guest/what-rallyes.php +++ b/inc/modules/guest/what-rallyes.php @@ -109,7 +109,7 @@ if (SQL_NUMROWS($result) == 1) { $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);