Posted by alb on February 21, 2009 at 7:28pm
Jump to:
| Project: | Advanced User |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
I think this function's name aren't correct because not use the prefix module's name.
So is possible that if other module not use prefix to have conflict name
function _qop($qop)
function users_by_access($perm)
I think is better so:
function _advuser_qop($qop)
function advuser_users_by_access($perm)
Comments
#1