]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_rallyes.php
Extension ext-network continued:
[mailer.git] / inc / modules / admin / what-list_rallyes.php
index 7b6a1b9f1855caab6d9664bd46e724d07cba4126..c4eafb6ad1fa8c39df148f9e921aad0f688fa5d2 100644 (file)
@@ -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 = '';