|
From: Jon O. <jon...@us...> - 2006-08-30 19:21:28
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23144/modules/mx_phpbb/includes Modified Files: forum_hack.php Log Message: fix Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** forum_hack.php 26 Aug 2006 20:36:45 -0000 1.15 --- forum_hack.php 30 Aug 2006 19:21:24 -0000 1.16 *************** *** 49,53 **** function init() { ! global $images, $board_config, $lang, $block_id, $userdata, $template, $module_root_path, $mx_root_path, $HTTP_POST_VARS, $_POST, $mx_request_vars, $mx_block, $db; $PHPBB_CONFIG_TABLE = $this->_get_mx_table_name( 'phpbb_plugin_config' ); --- 49,53 ---- function init() { ! global $images, $board_config, $lang, $block_id, $userdata, $template, $module_root_path, $mx_root_path, $HTTP_POST_VARS, $mx_request_vars, $mx_block, $db; $PHPBB_CONFIG_TABLE = $this->_get_mx_table_name( 'phpbb_plugin_config' ); *************** *** 1233,1236 **** --- 1233,1237 ---- global $html_entities_match, $html_entities_replace, $unhtml_specialchars_match, $unhtml_specialchars_replace; global $mx_forum; + global $server_url; // used globally by usercp_register.php $code=file_get_contents($phpbb_root_path . $phpbb_file . ".$phpEx"); |