X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-rallyes.php;h=e26d09807a4d5b6408ff3019c60ecabd9dad7d1b;hb=463950e83f559d2592cb6466683625cb9edb1da6;hp=0ba1b7e4c57b54300099dbc5c9c1ff44d68ec6a0;hpb=916bba4f00ee924f0d88b8fc273dee5bfb798aed;p=mailer.git diff --git a/inc/modules/member/what-rallyes.php b/inc/modules/member/what-rallyes.php index 0ba1b7e4c5..e26d09807a 100644 --- a/inc/modules/member/what-rallyes.php +++ b/inc/modules/member/what-rallyes.php @@ -1,7 +1,7 @@ {--RALLYE_GET_REFLINK--}"; + $content['extras'] = '{--RALLYE_GET_REFLINK--}'; } // Set admin line (currently set to impressum, later to contact form) - // @TODO Reactivate this: $content['admin'] = "".$content['login'].""; + // @TODO Reactivate this: $content['admin'] = '' . $content['login'] . ''; // Handle description... if ((empty($content['descr'])) && (!empty($content['template']))) { @@ -104,7 +106,7 @@ if (SQL_NUMROWS($result) == 1) { if ($expired === true) { $content['prices'] = addReferalRallyeWinners($content['id']); - $content['top_users'] = "
".$content['extras']."
"; + $content['top_users'] = '
' . $content['extras'] . '
'; $content['can_win_this'] = getMessage('RALLYE_OUR_WINNERS_ARE'); } else { $content['prices'] = addReferalRallyePrices($content['id'], 'html');