X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=191b6164cac929610548a35e7c06891e0eb25a78;hb=382df1e8685f2307b00724668e8cb66cb72500d8;hp=9eee082a5fb26ac7d776654bca2d5d5ffd5d958c;hpb=e2bc60f3a30b8b796be59d5a03d9c91f06e4bac4;p=mailer.git diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 9eee082a5f..191b6164ca 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -527,7 +527,7 @@ function isDebugBuildMailsEnabled () { } // Checks whether the cache instance is valid -function isCacheInstanceValid () { +function isValidCacheInstance () { // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it @@ -1085,7 +1085,7 @@ function getUserDataArray () { // Checks if the user data is valid, this may indicate that the user has logged // in, but you should use isMember() if you want to find that out. -function isUserDataValid () { +function isValidUserData () { // User id should not be zero so abort here if (!isCurrentUserIdSet()) { // Debug message, may be noisy