RE: checkRight function on the LiveUser object
"Jan Bolmeson" <[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Perm/simple.php line 173:
function mapUser($authUserId = null, $containerName = null)
{
$result = $this->_storage->mapUser($authUserId, $containerName);
Var_Dump::display( $result );
die("test");
......
Outputs:
array(2) {
perm_user_id => string(1) 3
perm_type => string(1) 3
}
test
If this is what you meant for me to try...
//jan
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Lukas Smith
Sent: den 20 juni 2005 10:55
To: LiveUser-DevList
Subject: Re: [LiveUser] checkRight function on the LiveUser object
but it still doesnt work I gather?
i guess the easiest way now is to edit the simple.php in the perm dir of
liveuser and check the result from the mapUser() method call.