Closed (fixed)
Project:
User Stats
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2011 at 00:02 UTC
Updated:
1 Nov 2011 at 01:30 UTC
The user stats reset from the admin screen was not removing data from the table.
In the user_stats_reset_login_count() function, I changed
user_stats_reset_counts('user_login_count');
to
user_stats_reset_counts('login_count');
and it worked. I'm not sure if anyone else has experienced this issue, but the naming conventions were inconsistent. The Rules login count resent worked fine with the default settings.
Comments
Comment #1
liam mcdermott commentedThanks for this, I've fixed it in the code which should appear on the project in ~12 hours. :)