X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbonus_functions.php;h=fae8d5f93f7497ba7b524e315922c80cffef51fc;hb=67f53c107d5b68f6e735407b98803fc83e12d7b4;hp=88f6d00262012987d1f95aa1104931ebedd1e717;hpb=ff9e8f739bd4b6e184b2a6bf427334196e501da8;p=mailer.git diff --git a/inc/libs/bonus_functions.php b/inc/libs/bonus_functions.php index 88f6d00262..fae8d5f93f 100644 --- a/inc/libs/bonus_functions.php +++ b/inc/libs/bonus_functions.php @@ -197,14 +197,14 @@ LIMIT 1", if ($self === false) { // If current user was not found set constant - $GLOBALS['ranking_content']['rankings'] = '{--BONUS_RANK_YOU_ARE_404--}'; + $GLOBALS['ranking_content']['rankings'] = '{--MEMBER_BONUS_RANK_YOU_ARE_404--}'; } // END - if } else { // No entries found! // @TODO Move this HTML to a template $OUT = ' -
' . getMaskedMessage('BONUS_NO_RANKS', $data) . '
+
' . getMaskedMessage('MEMBER_BONUS_NO_RANKS', $data) . '
'; } @@ -305,10 +305,10 @@ LIMIT 1', if (($bonus === true) && (getRequestParameter('mode') == 'bonus')) { // Output message with added points - $GLOBALS['message'] .= '
{--BONUS_LOGIN_BONUS_ADDED--}
'; + $GLOBALS['message'] .= '
{--MEMBER_BONUS_LOGIN_BONUS_ADDED--}
'; } elseif (isExtensionActive('bonus')) { // No login bonus added! - $GLOBALS['message'] .= '
{--BONUS_LOGIN_BONUS_NOT_ADDED--}
'; + $GLOBALS['message'] .= '
{--MEMBER_BONUS_LOGIN_BONUS_NOT_ADDED--}
'; } }