]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Some rewrites, you don't need to do: bigintval(getUserData('some_id_column')) as...
[mailer.git] / inc / filters.php
index 1a8a984f0c74f10a2fc4913ed7bc938878d122ef..99152510cfab6c584613dbdae95b5fc9c002a32c 100644 (file)
@@ -58,7 +58,7 @@ function FILTER_FLUSH_FILTERS () {
        if ((!isInstallationPhase()) && ((!isExtensionInstalled('sql_patches')) || (isExtensionInstalledAndOlder('sql_patches', '0.5.9')))) {
                // Log only in debug mode
                if (isDebugModeEnabled()) {
-                       logDebugMessage(__FUNCTION__, __LINE__, 'Cannot flush filters, sql_patches might be missing. isExtensionInstalled()=' . intval(isExtensionInstalled('sql_patches')) . ',isExtensionInstalledAndOlder()=' . intval(isExtensionInstalledAndOlder('sql_patches', '0.5.9')));
+                       logDebugMessage(__FUNCTION__, __LINE__, 'Cannot flush filters, ext-sql_patches might be missing. isExtensionInstalled()=' . intval(isExtensionInstalled('sql_patches')) . ',isExtensionInstalledAndOlder()=' . intval(isExtensionInstalledAndOlder('sql_patches', '0.5.9')));
                } // END - if
 
                // Abort silently here
@@ -147,7 +147,7 @@ function FILTER_CALL_HANDLER_LOGIN_FAILTURES ($filterData) {
        return $content;
 }
 
-// Filter for redirecting to logout if sql_patches has been installed
+// Filter for redirecting to logout if ext-sql_patches has been installed
 function FILTER_REDIRECT_TO_LOGOUT_SQL_PATCHES () {
        // Remove this filter
        unregisterFilter(__FUNCTION__, __LINE__, 'shutdown', __FUNCTION__);
@@ -1088,7 +1088,7 @@ function FILTER_FINISH_PAGE_HEADER () {
        $GLOBALS['__page_header'] .= '</head>';
 }
 
-// Cleans up the DNS cache if sql_patches is at least 0.7.0
+// Cleans up the DNS cache if ext-sql_patches is at least 0.7.0
 function FILTER_CLEANUP_DNS_CACHE () {
        // Is the latest version installed?
        if (isExtensionInstalledAndNewer('sql_patches', '0.7.0')) {