X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmysql-manager.php;h=322626c01f6f50e53158e9b7cbc0c1659acbff7e;hp=65ff7e9f968a8e7a8b491ecaec50d01de667d812;hb=ffe213c8e3f85119ddd5544214d0de9ecb833d98;hpb=0b0ad98572a523c99f9a7843edfc0feeca4b2a10 diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index 65ff7e9f96..322626c01f 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -1849,7 +1849,7 @@ ORDER BY $row['activity'] = '{--MEMBER_ACTIVITY_ACTIVE--}'; // Is autopurge installed and the user inactive? - if ((isExtensionActive('autopurge')) && ((time() - getConfig('ap_inactive_since')) >= $row['last_online'])) { + if ((isExtensionActive('autopurge')) && ((time() - getApInactiveSince()) >= $row['last_online'])) { // Inactive user! $row['activity'] = '{--MEMBER_ACTIVITY_INACTIVE--}'; } // END - if