--- acl.module 2010-06-12 18:13:33.000000000 -0400 +++ /Library/WebServer/Documents/touchnoc/sites/all/modules/acl/acl.module 2010-06-27 23:13:13.000000000 -0400 @@ -181,7 +181,15 @@ function acl_node_access_records($node) foreach ($result as $grant) { if (module_invoke($grant->module, 'enabled')) { if (acl_has_users($grant->gid)) { - $grants[] = $grant; +// $grants[] = $grant; + $grants[] = array( + 'realm' => 'acl', + 'gid' => $grant->gid, + 'grant_view' => $grant->grant_view, + 'grant_update' => $grant->grant_update, + 'grant_delete' => $grant->grant_delete, + 'priority' => $grant->priority, + ); } else { //just deny access