mailer project continued:
[mailer.git] / inc / libs / beg_functions.php
index f2702a945bcce7e18c2bd107abdc367059a6c92a..120333bf97b708e21424fa031f9b0ebe9c11ad94 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * 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 *
@@ -104,7 +104,7 @@ function getBegNewMemberNotify () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// Checks wether beg_new_member_notify is enabled
+// Checks whether beg_new_member_notify is enabled
 function isBegNewMemberNotifyEnabled () {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
@@ -248,7 +248,7 @@ function getBegIncludeOwn () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// Checks wether beg_include_own is "Y"
+// Checks whether beg_include_own is "Y"
 function isBegIncludeOwnEnabled () {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
@@ -272,7 +272,7 @@ function getBegActive () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// Checks wether beg_active is "Y"
+// Checks whether beg_active is "Y"
 function isBegActiveEnabled () {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
@@ -296,7 +296,7 @@ function getBegRallye () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// Checks wether beg_rallye is "Y"
+// Checks whether beg_rallye is "Y"
 function isBegRallyeEnabled () {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
@@ -320,7 +320,7 @@ function getBegRallyeEnableNotify () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// Checks wether beg_rallye_enable_notify is "Y"
+// Checks whether beg_rallye_enable_notify is "Y"
 function isBegRallyeEnableNotifyEnabled () {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
@@ -344,7 +344,7 @@ function getBegRallyeDisableNotify () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// Checks wether beg_rallye_disable_notify is "Y"
+// Checks whether beg_rallye_disable_notify is "Y"
 function isBegRallyeDisableNotifyEnabled () {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {