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?
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).