Home » Authentication » LiveUser_Admin » Bug #7178
getUsers('auth',$filters) does not work properly
Details
| Submitted | 2006-03-22 08:27 UTC |
|---|---|
| From | marek dot zebrowski at grupaantares dot com dot pl |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser_Admin |
| PHP Version | 5.0.5 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-03-22 08:27 UTC] marek dot zebrowski at grupaantares dot com dot pl
Description:
------------
getUsers always returns all users when used with 'auth' first argument
one obvious bug is line 606 in Admin.php (ver 0.3.7) - permParams instead of authParams
Test script:
---------------
$u=$admin->getUsers('auth',array('auth_user_id'=>1,'select'=>'row'));
Expected result:
----------------
array with user data
Actual result:
--------------
array of all users's data