Closed (fixed)
Project:
Counter
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 May 2010 at 05:55 UTC
Updated:
15 May 2010 at 04:44 UTC
I could be off base here, but when Skip Admin was set, no counting would happen.
I added this around line 164.
global $user;
if ($data_insert && ($counter_skip_admin && ($user->uid != 1))) {
This took care of the problem for me.
Comments
Comment #1
drupalnesia commented6.x-2.8:
Bug fix: PostgreSQL: emulate INSERT IGNORE
Bug fix: Skip Admin now working
Fixed, thanks for patch.