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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.