X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-rallyes.php;h=95d5550a732b5e89410305b87d52efdad8e8e6b9;hb=8d2c9b91eb82ea74fac58b2541982f760d0f77fc;hp=232520584aeb9af9383000b08c327e37f5af1ddf;hpb=cb20090aa0558f1b74f0e9f925f29819e8bb3a45;p=mailer.git diff --git a/inc/modules/guest/what-rallyes.php b/inc/modules/guest/what-rallyes.php index 232520584a..95d5550a73 100644 --- a/inc/modules/guest/what-rallyes.php +++ b/inc/modules/guest/what-rallyes.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -78,11 +76,11 @@ if (SQL_NUMROWS($result) == 1) { $expired = false; if ($end < time()) { // Rallye is expired - $content['extras'] = getMessage('RALLYE_HAS_EXPIRED'); + $content['extras'] = '{--RALLYE_HAS_EXPIRED--}'; $expired = true; } elseif (time() >= ($end - getConfig('ONE_DAY'))) { // Rallye will expire in less one day! - $content['extras'] = getMessage('RALLYE_EXPIRE_ONE_DAY'); + $content['extras'] = '{--RALLYE_EXPIRE_ONE_DAY--}'; } else { $content['extras'] = '{--RALLYE_REGISTER_NOW--}'; } @@ -115,11 +113,11 @@ if (SQL_NUMROWS($result) == 1) { if ($expired === true) { $content['prices'] = addReferalRallyeWinners($id); $content['top_users'] = '
' . $content['extras'] . '
'; - $content['can_win_this'] = getMessage('RALLYE_OUR_WINNERS_ARE'); + $content['can_win_this'] = '{--RALLYE_OUR_WINNERS_ARE--}'; } else { $content['prices'] = addReferalRallyePrices($id, 'html'); $content['top_users'] = addReferalRallyeTopUsers($id, getMemberId()); - $content['can_win_this'] = getMessage('RALLYE_YOU_CAN_WIN'); + $content['can_win_this'] = '{--RALLYE_YOU_CAN_WIN--}'; } // And load final template