X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-list_rallyes.php;h=c4eafb6ad1fa8c39df148f9e921aad0f688fa5d2;hb=21b7860d55b9125cb4adb9b48511d6b1cf0cae20;hp=7b6a1b9f1855caab6d9664bd46e724d07cba4126;hpb=2379934be6a196a54f4155bb8e24c49b20736969;p=mailer.git diff --git a/inc/modules/admin/what-list_rallyes.php b/inc/modules/admin/what-list_rallyes.php index 7b6a1b9f18..c4eafb6ad1 100644 --- a/inc/modules/admin/what-list_rallyes.php +++ b/inc/modules/admin/what-list_rallyes.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -213,7 +213,7 @@ LIMIT 1", $content['e_year'] = addSelectionBox('year' , getYear($content['end_time']) , 'end' , $id); // Remember other values - $content['templ'] = addReferalRallyeTemplateSelection('templ['.$id.']', $content['template']); + $content['templ'] = addReferralRallyeTemplateSelection('templ['.$id.']', $content['template']); $content['id'] = $id; // Output row @@ -241,8 +241,8 @@ ORDER BY $OUT = ''; $content['rallye'] = getRequestElement('rallye'); while ($row = SQL_FETCHARRAY($result)) { - // Check for referal count - $count = getReferalRallyeRefsCount($row['userid'], $row['refs']); + // Check for referral count + $count = getReferralRallyeRefsCount($row['userid'], $row['refs']); // Init variables $bl = '';