]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_doubler.php
Large code cleanups:
[mailer.git] / inc / modules / admin / what-list_doubler.php
index e4cf4b445286cf054a045fc43e12ff77db922a6f..76b443d013f8f22dd0db21778774d099f7b42a32 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 *
@@ -70,7 +70,7 @@ switch (getRequestElement('mode')) {
                // Init sums
                $sumAlready = '0'; $sumWaiting = '0';
 
-               // Number of direct already payouts and referal
+               // Number of direct already payouts and referral
                $count = countSumTotalData('Y','doubler','id','completed',true, " AND `is_ref`='N'");
 
                if ($count > 0) {
@@ -87,7 +87,7 @@ switch (getRequestElement('mode')) {
                        $content['already_ref_link'] = '<a href="{%url=modules.php?module=admin&amp;what=list_doubler&amp;mode=already&amp;select=ref%}">' . $count . '</a>';
                } // END - if
 
-               // And the same for waiting pouts (direct and referal)
+               // And the same for waiting pouts (direct and referral)
                $count = countSumTotalData('N','doubler','id','completed',true, " AND `is_ref`='N'");
 
                if ($count > 0) {