Closed (fixed)
Project:
ACL
Version:
6.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2011 at 13:57 UTC
Updated:
11 Dec 2011 at 14:50 UTC
Hi there,
I'm wondering how to delete all acl entries in AlLL acl tables , if you are deleting a node?
"acl_node_clear_acls" only deletes the entry in the acl_node table. Did I overseen something?
Comments
Comment #1
salvisOne ACL can apply to multiple nids, and an ACL can exist and carry meaningful information (the list of uids) even at times when has no node to control.
If the client module really wants to delete the ACL, then it should call acl_delete_acl($acl_id).