]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/profile_functions.php
Minor: Typo fixed
[mailer.git] / inc / libs / profile_functions.php
index 8cf8af7d508e39f66ec28e78077b7aacc1bbdcba..7a3664c68e6a627f0d1c72f76d5f79d2a5ba8088 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * 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 *
@@ -40,9 +40,9 @@ if (!defined('__SECURITY')) {
        die();
 } // END - if
 
-// ----------------------------------------------------------------------------
+//-----------------------------------------------------------------------------
 //                             Wrapper functions
-// ----------------------------------------------------------------------------
+//-----------------------------------------------------------------------------
 
 // Getter for profile_update
 function getProfileUpdate () {
@@ -68,7 +68,7 @@ function getResendProfileUpdate () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// Determines wether sending profile update notification is enabled
+// Determines whether sending profile update notification is enabled
 function isSendProfileUpdateEnabled() {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {