From 0a7dddfa2a4e8f4f761440a9c2a8bdd384fd2279 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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