|
From: Jon O. <jon...@us...> - 2005-10-23 18:51:55
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22323/modules/mx_phpbb/includes Modified Files: forum_hack.php Log Message: Updated all blocks to use the new $mx_block->get_parameters() api, instead of old red_block_config() function Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** forum_hack.php 22 Oct 2005 11:51:36 -0000 1.5 --- forum_hack.php 23 Oct 2005 18:51:38 -0000 1.6 *************** *** 44,48 **** function init() { ! global $images, $board_config, $lang, $block_id, $userdata, $block_config, $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' ); --- 44,48 ---- 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' ); |