]> 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 9310621f7f59e1e6565b21a60fc9ecd0e6ecc0a4..c4eafb6ad1fa8c39df148f9e921aad0f688fa5d2 100644 (file)
@@ -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 = '';