X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fother_functions.php;h=b7eaa5ab0b40f7ebc1a7625e518af4abd8f07b57;hb=f1d0a68ef017ce2e658e8e681b8dba79b8f1b4df;hp=d8542186cb38e704d0a6439c1b9468f9277e8e1b;hpb=ec0f04e64a8fdac50913692615198e68ff77b078;p=mailer.git diff --git a/inc/libs/other_functions.php b/inc/libs/other_functions.php index d8542186cb..b7eaa5ab0b 100644 --- a/inc/libs/other_functions.php +++ b/inc/libs/other_functions.php @@ -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?