From: Roland Häder Date: Tue, 8 Feb 2011 03:29:52 +0000 (+0000) Subject: Duplicate function removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0a7dddfa2a4e8f4f761440a9c2a8bdd384fd2279;p=mailer.git Duplicate function removed --- diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 2a953014d6..3500983bf2 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -2281,18 +2281,6 @@ function getProfileLock () { return $GLOBALS[__FUNCTION__]; } -// "Getter" for online_timeout -function getOnlineTimeout () { - // Do we have cache? - if (!isset($GLOBALS[__FUNCTION__])) { - // Determine it - $GLOBALS[__FUNCTION__] = getConfig('online_timeout'); - } // END - if - - // Return cache - return $GLOBALS[__FUNCTION__]; -} - // "Getter" for url_tlock function getUrlTlock () { // Do we have cache?