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

drupalnesia’s picture

Status: Active » Closed (fixed)

6.x-2.8:
Bug fix: PostgreSQL: emulate INSERT IGNORE
Bug fix: Skip Admin now working

Fixed, thanks for patch.