X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mailid_top.php;h=2f04e4caeb8f6b28a1aeff0cfd810be59f03ec73;hb=0851db137e420b90617f47b77de2302e770f5f02;hp=c546edf28c41fe85e738809d0c9a81a636980911;hpb=7fb9bf8320c56b536a5cb7658f45823f013848f4;p=mailer.git diff --git a/mailid_top.php b/mailid_top.php index c546edf28c..2f04e4caeb 100644 --- a/mailid_top.php +++ b/mailid_top.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -267,7 +267,7 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr // Is an active-rallye running and this is not a notification mail? if ((isBonusRallyeActive()) && ($notify != 'Y')) { // Shall I exclude the webmaster's own userid from the active-rallye? - if ((((getBonusUserId() == $userId) && (getConfig('bonus_include_own') == 'Y')) || (getBonusUserId() != $userId)) && (getDefRefid() != $userId)) { + if ((((getBonusUserid() == $userId) && (getConfig('bonus_include_own') == 'Y')) || (getBonusUserid() != $userId)) && (getDefRefid() != $userId)) { // Add points and remember ranking are done in this function.... addTurboBonus($urlId, $userId, $type); @@ -288,7 +288,7 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr } // END - if // Load total points - $content['total'] = getTotalPoints($userId); + $content['total_points'] = getTotalPoints($userId); // Add payment points $content['points'] = $payment;