|
From: Jon O. <jon...@us...> - 2008-06-15 09:15:47
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12672/includes Modified Files: mx_functions_style.php Log Message: No panic, only cosmetics, file headers and newlines etc... ;) Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** mx_functions_style.php 14 Jun 2008 22:49:25 -0000 1.70 --- mx_functions_style.php 15 Jun 2008 09:15:43 -0000 1.71 *************** *** 16,20 **** // ! // Load sessions class // include_once($mx_root_path . 'includes/sessions/'.PORTAL_BACKEND.'/session.' . $phpEx); --- 16,20 ---- // ! // Load session class, based on mxp backend // include_once($mx_root_path . 'includes/sessions/'.PORTAL_BACKEND.'/session.' . $phpEx); *************** *** 79,83 **** $this->data['user_level'] = 0; } ! $this->data['session_id'] = $this->session_id; --- 79,83 ---- $this->data['user_level'] = 0; } ! $this->data['session_id'] = $this->session_id; |