|
From: OryNider <ory...@us...> - 2008-02-09 22:11:43
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8338 Modified Files: mx_functions_style.php Log Message: global $mx_page, $mx_request_vars; Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** mx_functions_style.php 9 Feb 2008 21:13:56 -0000 1.42 --- mx_functions_style.php 9 Feb 2008 22:11:35 -0000 1.43 *************** *** 703,707 **** global $userdata, $board_config, $portal_config, $theme, $images; global $template, $lang, $phpEx, $phpbb_root_path, $mx_root_path, $db; ! global $mx_page; // --- 703,707 ---- global $userdata, $board_config, $portal_config, $theme, $images; global $template, $lang, $phpEx, $phpbb_root_path, $mx_root_path, $db; ! global $mx_page, $mx_request_vars; // |