]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-rallyes.php
Large code cleanups:
[mailer.git] / inc / modules / guest / what-rallyes.php
index bbaec5f4718c45857b82c2def5a9382c2786052e..55dbf0f355fdf7b0781ba90d4fd314a6a364c498 100644 (file)
@@ -105,18 +105,18 @@ if (SQL_NUMROWS($result) == 1) {
        $content['end']   = generateDateTime($end  , 1);
 
        // Determine min_users
-       $content['min_users'] = determineReferalRallyeMinimumUsers($min_users);
+       $content['min_users'] = determineReferralRallyeMinimumUsers($min_users);
 
        // Determine min prices (now in function)
-       $content['min_prices'] = determineReferalRallyeMinimumPrices($min_prices);
+       $content['min_prices'] = determineReferralRallyeMinimumPrices($min_prices);
 
        if ($expired === true) {
-               $content['prices']       = addReferalRallyeWinners('guest', $id);
+               $content['prices']       = addReferralRallyeWinners('guest', $id);
                $content['top_users']    = '<div align="center" class="big">' . $content['extras'] . '</div>';
                $content['can_win_this'] = '{--RALLYE_OUR_WINNERS_ARE--}';
        } else {
-               $content['prices']       = addReferalRallyePrices($id, 'html');
-               $content['top_users']    = addReferalRallyeTopUsers('guest', $id, getMemberId());
+               $content['prices']       = addReferralRallyePrices($id, 'html');
+               $content['top_users']    = addReferralRallyeTopUsers('guest', $id, getMemberId());
                $content['can_win_this'] = '{--RALLYE_YOU_CAN_WIN--}';
        }