X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=8925b3deb989e232f54541393bc1b639a4842953;hb=b07f7e44eb7441841763058e598a25067e13cee8;hp=2a953014d64becc8dccbed06609899054dcaa086;hpb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e;p=mailer.git diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 2a953014d6..8925b3deb9 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -1562,7 +1562,7 @@ function getSiteKey () { } // "Getter" for DATE_KEY -function getDayKey () { +function getDateKey () { // Do we have cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it @@ -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?