From: Chris Date: Wed, 20 Jun 2012 09:12:52 +0000 (+0800) Subject: MOVED Pman/I18N.php to Pman/I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=2fa2626a869794f45344f5c80721a30b5781cf55 MOVED Pman/I18N.php to Pman/I18n.php --- diff --git a/Pman/I18n.php b/Pman/I18n.php new file mode 100644 index 0000000..b39928b --- /dev/null +++ b/Pman/I18n.php @@ -0,0 +1,43 @@ +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), + ); + + + } + + + + + + */ + + +}