|
From: OryNider <ory...@us...> - 2007-10-28 06:52:26
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30629 Modified Files: mx_functions_style.php Log Message: ptoblem with template fixed :P Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** mx_functions_style.php 13 Sep 2007 13:20:48 -0000 1.21 --- mx_functions_style.php 28 Oct 2007 06:51:34 -0000 1.22 *************** *** 16,133 **** // ! // Load sessions class // ! include_once($mx_root_path . 'includes/sessions/'.PORTAL_BACKEND.'/session.' . $phpEx); ! ! // Abstract layer for Internal, phpBB2 or phpBB3 based session handling. ! class mx_session extends session ! { ! var $page_id = ''; [...1264 lines suppressed...] - $var = ($data) ? $data : $this->data['user_options']; - $this->keyvalues[$key] = ($var & 1 << $this->keyoptions[$key]) ? true : false; - } - - return $this->keyvalues[$key]; - } - // ------------------------------ // Public Methods --- 825,828 ---- *************** *** 1524,1526 **** } // class mx_user ! ?> \ No newline at end of file --- 919,921 ---- } // class mx_user ! ?> |