From: Roland Häder Date: Thu, 5 Nov 2009 16:00:03 +0000 (+0000) Subject: Fix for rallye X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=e8ce566b7f77e4f96fa8a6d6ced4b8f5053c447a;ds=sidebyside 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);