]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_user.php
Rewrote many parts:
[mailer.git] / inc / modules / admin / what-list_user.php
index c10c443ab31251505a30dd55d50f164a71518c41..b722627dac866fea2a26f06aa043576c21446614 100644 (file)
@@ -199,7 +199,7 @@ LIMIT 1',
                }
 
                // Exclude other users
-               $whereStatement = runFilterChain('user_exclusion_sql', $whereStatement);
+               $whereStatement = runFilterChain('user_exclusion_sql', ' ' . $whereStatement);
        } elseif (isGetRequestElementSet('do')) {
                // Choose what we need to list
                switch (getRequestElement('do')) {
@@ -236,7 +236,7 @@ LIMIT 1',
                // If it is not 'testers', add exclusion SQL
                if (getRequestElement('do') != 'testers') {
                        // Exclude tester users
-                       $whereStatement = runFilterChain('user_exclusion_sql', $whereStatement);
+                       $whereStatement = runFilterChain('user_exclusion_sql', ' ' . $whereStatement);
                } // END - if
        } // END - if