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

Anonymous’s picture

Category: bug » task
Status: Active » Closed (won't fix)