|
From: Florin C B. <ory...@us...> - 2013-06-17 21:29:53
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30742/sessions/phpbb3 Modified Files: session.php Log Message: Index: session.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** session.php 17 Jun 2013 04:21:50 -0000 1.54 --- session.php 17 Jun 2013 21:29:51 -0000 1.55 *************** *** 1731,1735 **** $this->theme = &$row; $db->sql_freeresult($result); - // User has wrong style if (!$this->theme && $style == $this->data['user_style']) --- 1731,1734 ---- |