authUser = $au; $lbits = implode('_', $this->guessUsersLanguage()); if (empty($_SESSION['Pman_I18N'])) { $_SESSION['Pman_I18N'] = array(); } $_SESSION['Pman_I18N'][$lbits] = array( 'l' => $this->getList('l', $lbits), 'c' => $this->getList('c', $lbits), 'm' => $this->getList('m', $lbits), ); } */ }