]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/maintenance_functions.php
Updated copyright notice as there are changes in this year
[mailer.git] / inc / libs / maintenance_functions.php
index 7fd40b5b3056009bccfe8a0e392d6f1947b58e9a..2d427c38d2291158ad58bf084388a1bb358d88ec 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 - 2013 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 *
@@ -56,7 +56,7 @@ function getMaintenance () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// Checks wether 'maintenance' is "YES"
+// Checks whether 'maintenance' is "YES"
 function isMaintenanceEnabled () {
        // Is the cache entry set
        if (!isset($GLOBALS[__FUNCTION__])) {