How to make the Anonymous user wont be on the recent visits?
I have changed the user_visits.module:
Line 21:
From:
if ($op == 'view') { //Count view if ($user->uid != $account->uid) {
To:
if ($op == 'view') { //Count view if ($user->uid && $user->uid != $account->uid) {
Commited to HEAD. Thanks.
Commited to HEAD. thanks.
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
tonino66 commentedI have changed the user_visits.module:
Line 21:
From:
To:
Comment #2
sanduhrsCommited to HEAD.
Thanks.
Comment #3
sanduhrsCommited to HEAD.
thanks.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.