]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter-functions.php
Some rewrites, you don't need to do: bigintval(getUserData('some_id_column')) as...
[mailer.git] / inc / filter-functions.php
index 39f980c2674c5a6fa9e577a7ff02e9b07ef8fea6..946d0a5ef5c143af77bce454f8b042f18a569a97 100644 (file)
@@ -48,7 +48,7 @@ function initFilterSystem () {
                reportBug(__FUNCTION__, __LINE__, 'Filter system already initialized.');
        } // END - if
 
-       // Load all saved filers if sql_patches is updated
+       // Load all saved filers if ext-sql_patches is updated
        if ((isset($GLOBALS['cache_array']['filter']['filter_name'])) && (!isset($GLOBALS['cache_array']['filter']['chains']))) {
                // Prepare filter array
                prepareFilterArray();