]> git.mxchange.org Git - mailer.git/commitdiff
Duplicate function removed
authorquix0r <quix0r@mxchange.org>
Tue, 8 Feb 2011 03:29:52 +0000 (03:29 +0000)
committerquix0r <quix0r@mxchange.org>
Tue, 8 Feb 2011 03:29:52 +0000 (03:29 +0000)
inc/wrapper-functions.php

index 2a953014d64becc8dccbed06609899054dcaa086..3500983bf28f65a0e955ec97d025456c4bb619ed 100644 (file)
@@ -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?