name function isn't correct
alb - February 21, 2009 - 19:28
| Project: | Advanced User |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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)
