]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/other_functions.php
Fixes
[mailer.git] / inc / libs / other_functions.php
index d8542186cb38e704d0a6439c1b9468f9277e8e1b..1bf81d868bbf7daa1f90363f03a70c9f18296e62 100644 (file)
@@ -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?