From befca59466a11e1222c4a07c81bfb5c37162d0aa Mon Sep 17 00:00:00 2001 From: quix0r Date: Tue, 8 Feb 2011 03:29:52 +0000 Subject: [PATCH] Duplicate function removed --- inc/wrapper-functions.php | 12 ------------ 1 file changed, 12 deletions(-) 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? -- 2.39.5