RE: 2.9.0 Upgrade Issue - "State:" Drop Down
By: Rod Roark (sunsetsystemsProject Admin) - 2008-08-14 11:10
Yes. A change is needed for library/acl.inc in order to support the admin user properly without phpGACL.
Starting at line 83 you will see these comments:
// If no phpgacl, then apply the old static rules whereby “authorized”
// users (providers) can do anything, and other users can do most things.
// If you want custom access control but don’t want to mess with phpGACL,
// then you could customize the code below instead.