PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #418

addUser() and updateUser() don't set owner_user_id or owner_group_id

Details

Submitted2003-12-12 22:57 UTC
Fromkipaten21 at hotmail dot com
Assignedlsmith
StatusClosed
PackageLiveUser
PHP VersionIrrelevant
OSANY
Roadmaps(Not assigned)

Comments

[2003-12-12 22:57 UTC] kipaten21 at hotmail dot com

Description:
------------
The methods

LiveUser_Admin_Auth_Container_DB::addUser()
LiveUser_Admin_Auth_Container_DB::updateUser()

don't set the owner_user_id and owner_group_id fields in LIVEUSER_USERS table.

Suggest modifying those methods to accept those fields as arguments and include in query. Also suggest modifing LiveUser_Admin_Auth_Container_DB::getUsers() to return those two fields in the result set.