|
From: FlorinCB <ory...@us...> - 2008-10-06 04:47:26
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28586 Modified Files: session.php Log Message: this is working prefixed Index: session.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** session.php 5 Oct 2008 04:19:02 -0000 1.35 --- session.php 6 Oct 2008 04:43:04 -0000 1.36 *************** *** 1902,1906 **** $alt = (!empty($this->lang[$alt])) ? $this->lang[$alt] : $alt; ! switch ($type) { --- 1902,1906 ---- $alt = (!empty($this->lang[$alt])) ? $this->lang[$alt] : $alt; ! switch ($type) { |