]> git.mxchange.org Git - mailer.git/blobdiff - inc/session.php
Large code cleanups:
[mailer.git] / inc / session.php
index e9abd0e7a28d12b057c30a5bfb547a0a6c410bac..d45062c7448dfff25203852e1a2212a7c0abc15b 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 *
@@ -58,8 +58,8 @@ if (session_id() == '') {
 // Load language file(s)
 loadLanguageFile();
 
-// Determine and set referal id
-determineReferalId();
+// Determine and set referral id
+determineReferralId();
 
 // [EOF]
 ?>