]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-sponsor_reg.php
Opps ...
[mailer.git] / inc / modules / guest / what-sponsor_reg.php
index 06319fc276076ef96e76e93b83875123c5fa5bc2..14c62e9a47c942b6197baae871fbd6641cd4148c 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 *
@@ -286,12 +286,12 @@ ORDER BY
 
                        $content['form_errors'] = $OUT;
 
-                       // @TODO Maybe a default referal id?
+                       // @TODO Maybe a default referral id?
                        $content['refid'] = 0;
 
-                       // Is the referal id valid?
+                       // Is the referral id valid?
                        if ((isPostRequestElementSet('refid')) && (isValidUserId(postRequestElement('refid')))) {
-                               // Transfer referal id
+                               // Transfer referral id
                                $content['refid'] = bigintval(postRequestElement('refid'));
                        } // END - if
                } // END - if