Home » Authentication » LiveUser » Bug #454
LiveUser_Perm_DB_Common::setUserAreaAdmin suggestion
Details
| Submitted | 2003-12-18 16:21 UTC |
|---|---|
| From | jmikola at burgiss dot com |
| Assigned | arnaud |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | ANY |
| Roadmaps | (Not assigned) |
Comments
[2003-12-18 16:21 UTC] jmikola at burgiss dot com
Description:
------------
considering that this function inserts a new database record, and has a corresponding remove function, would it make more sense to have it named addUserAreaAdmin?
also, according to the db schema, the primary key of this table (area_admin_areas) is the perm_user_id and area_id, which implies that an area may have multiple admins (setUserAreaAdmin also seems to imply only one).