]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
MySQLi requires at least a link resource for all its functions/methods
[mailer.git] / inc / wrapper-functions.php
index 9eee082a5fb26ac7d776654bca2d5d5ffd5d958c..191b6164cac929610548a35e7c06891e0eb25a78 100644 (file)
@@ -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