X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_bonus.php;h=2dace09bf4e719390edaa52a6ab4990b428b3876;hb=cc59ea1cce3e0fafc2cc6c9e36142698cf2b58ef;hp=ab6f753a30538dc3055a6088c942bbe3e5b2188c;hpb=12effdb00f104773905152bfb2950496c2efaec4;p=mailer.git diff --git a/inc/modules/admin/what-list_bonus.php b/inc/modules/admin/what-list_bonus.php index ab6f753a30..2dace09bf4 100644 --- a/inc/modules/admin/what-list_bonus.php +++ b/inc/modules/admin/what-list_bonus.php @@ -73,12 +73,12 @@ if (isBonusRallyeActive()) { // Autopurge installed? if ((isExtensionActive('autopurge')) && ((getApInactiveSince() > 0))) { // Use last online timestamp to keep inactive members away from here - $lastOnline = ' AND (UNIX_TIMESTAMP() - `last_online`) >= {?ap_inactive_since?}'; + $lastOnline = ' AND (UNIX_TIMESTAMP() - `last_online`) < {?ap_inactive_since?}'; } // END - if // Check if at least one is in the active rallye $result = SQL_QUERY("SELECT - `userid`, `email`, `gender`, `surname`, `family`, ".$USE." AS `points`, `last_online` + `userid`, `email`, `gender`, `surname`, `family`, " . $USE . " AS `points`, `last_online` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE