]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/online_filter.php
This 'return FALSE' caused that the PHP's error handler was called :( So, do NEVER...
[mailer.git] / inc / filter / online_filter.php
index 43c4ed97aaaba8e6a417004eb739be9615c33a75..31c22ee1174f3a28db856ef4b8f07ed8d70eda17 100644 (file)
@@ -60,7 +60,7 @@ function FILTER_UPDATE_ONLINE_LIST ($filterData) {
        $userid   = NULL;
        $isMember = convertBooleanToYesNo(isMember());
        $isAdmin  = convertBooleanToYesNo(isAdmin());
-       $action   = getActionFromModuleWhat(getModule(), getWhat(false));
+       $action   = getActionFromModuleWhat(getModule(), getWhat(FALSE));
 
        // Valid userid?
        if (isMember()) {
@@ -93,7 +93,7 @@ LIMIT 1",
                array(
                        getModule(),
                        $action,
-                       getWhat(false),
+                       getWhat(FALSE),
                        convertZeroToNull($userid),
                        convertZeroToNull(determineReferralId()),
                        $isMember,
@@ -107,7 +107,7 @@ LIMIT 1",
                        array(
                                getModule(),
                                $action,
-                               getWhat(false),
+                               getWhat(FALSE),
                                convertZeroToNull($userid),
                                convertZeroToNull(determineReferralId()),
                                $isMember,