In my original code there was a bug that I just fixed for 6.x. http://drupalcode.org/project/contact_permissions.git/commitdiff/48f3022

from 6.x code:

$access = _contact_user_tab_access($account);
-  if ($access) {
+  if (!$access) {

We should port this to 7.x

Comments

manuel garcia’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.