]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/register_functions.php
Language id renamed, some network query amounts added
[mailer.git] / inc / libs / register_functions.php
index 3851aa71092827b8a93631cfdf640fcec26147a1..16d16fd7aa7102ad202872562edf8e63ec952403 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 *
@@ -262,16 +262,16 @@ function doRegistration () {
        // Generate hash which will be inserted into confirmation mail
        $hash = generateHash(sha1(
                // Get total confirmed, ...
-               getTotalConfirmedUser() . getEncryptSeperator() .
+               getTotalConfirmedUser() . getEncryptSeparator() .
                // ... unconfirmed ...
-               getTotalUnconfirmedUser() . getEncryptSeperator() .
+               getTotalUnconfirmedUser() . getEncryptSeparator() .
                // ... and locked users!
-               getTotalLockedUser() . getEncryptSeperator() .
+               getTotalLockedUser() . getEncryptSeparator() .
                postRequestElement('month') . '-' .
                postRequestElement('day') . '-' .
-               postRequestElement('year') . getEncryptSeperator() .
-               detectServerName() . getEncryptSeperator() .
-               detectRemoteAddr() . getEncryptSeperator() .
+               postRequestElement('year') . getEncryptSeparator() .
+               detectServerName() . getEncryptSeparator() .
+               detectRemoteAddr() . getEncryptSeparator() .
                detectUserAgent() . '/' .
                getSiteKey() . '/' .
                getDateKey() . '/' .