Quote:
Originally Posted by Cloudrunner
PHP Code:
$cutoff = mktime(0, 0, 0, date('m'), date('d'), date('Y'));
|
uhm that didnt work, this didnt work either
PHP Code:
$cutoff = mktime(0, 0, 0, vbdate('m'), vbdate('d'), vbdate('Y'));
there are still members in the list with "last visit" as "yesterday" in their profiles
edit: well I updated my version with the one in this thread and it seems to be working the way I wanted, thanks