X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-rallyes.php;h=232520584aeb9af9383000b08c327e37f5af1ddf;hb=33989fa4a558317899c3e68cb51e1be552c4ce8e;hp=799414e0b6320cf47be608e0d1378c48e58d13d7;hpb=62b4ef5bb0b63f7cac5f0dccd816246a108a5d83;p=mailer.git diff --git a/inc/modules/guest/what-rallyes.php b/inc/modules/guest/what-rallyes.php index 799414e0b6..232520584a 100644 --- a/inc/modules/guest/what-rallyes.php +++ b/inc/modules/guest/what-rallyes.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -83,11 +84,11 @@ if (SQL_NUMROWS($result) == 1) { // Rallye will expire in less one day! $content['extras'] = getMessage('RALLYE_EXPIRE_ONE_DAY'); } else { - $content['extras'] = "{--RALLYE_REGISTER_NOW--}"; + $content['extras'] = '{--RALLYE_REGISTER_NOW--}'; } // Set admin line (currently set to impressum, later to contact form) - // @TODO Reactivate this: $content['admin'] = "" . $login . ""; + // @TODO Reactivate this: $content['admin'] = '' . $login . ''; // Set title $content['title'] = $title; @@ -113,7 +114,7 @@ if (SQL_NUMROWS($result) == 1) { if ($expired === true) { $content['prices'] = addReferalRallyeWinners($id); - $content['top_users'] = "
".$content['extras']."
"; + $content['top_users'] = '
' . $content['extras'] . '
'; $content['can_win_this'] = getMessage('RALLYE_OUR_WINNERS_ARE'); } else { $content['prices'] = addReferalRallyePrices($id, 'html');