Re: Re: Custom fields totally changed??
Balarama Bosch <[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I ran into the same problem. This is my solution:
if ($LU->isLoggedIn()) {
// already logged in, so read in user data
$id = $LU->getProperty('authUserId');
if ($id) {
$LU->_auth->readUserData('', '', true);
}
}
Hope that helps.
Cheers,
--
Balarama Bosch
108 Impact - www.108impact.com