]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/other_functions.php
Added more functions to handle registrations over WDS66 + encapsulated check for...
[mailer.git] / inc / libs / other_functions.php
index d8542186cb38e704d0a6439c1b9468f9277e8e1b..b7eaa5ab0b40f7ebc1a7625e518af4abd8f07b57 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * 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 *
@@ -136,18 +136,6 @@ function getAdminNotify () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// "Getter" for internal_stats
-function getInternalStats () {
-       // Is there cache?
-       if (!isset($GLOBALS[__FUNCTION__])) {
-               // Determine it
-               $GLOBALS[__FUNCTION__] = getConfig('internal_stats');
-       } // END - if
-
-       // Return cache
-       return $GLOBALS[__FUNCTION__];
-}
-
 // "Getter" for display_debug_sqls
 function getDisplayDebugSqls () {
        // Is there cache?