|
From: OryNider <ory...@us...> - 2007-10-28 17:13:29
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25176 Modified Files: mx_functions_style.php Log Message: file restored Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** mx_functions_style.php 28 Oct 2007 06:51:34 -0000 1.22 --- mx_functions_style.php 28 Oct 2007 17:13:26 -0000 1.23 *************** *** 16,27 **** // ! // Including internal XS version of the Template class // ! include_once($mx_root_path . 'includes/template.' . $phpEx); // ! // Including phpBB session functions // ! include_once($phpbb_root_path . 'includes/sessions.' . $phpEx); [...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 *************** *** 919,921 **** } // class mx_user ! ?> --- 1524,1526 ---- } // class mx_user ! ?> \ No newline at end of file |