|
From: Jon O. <jon...@us...> - 2005-10-23 18:48:29
|
Update of /cvsroot/mxbb/core/modules/mx_statistics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21549/modules/mx_statistics Modified Files: mx_statistics.php Log Message: Updated all core blocks to use the new $mx_block->get_parameters() api, instead of old red_block_config() function Index: mx_statistics.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_statistics/mx_statistics.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_statistics.php 1 Oct 2005 14:10:46 -0000 1.11 --- mx_statistics.php 23 Oct 2005 18:48:21 -0000 1.12 *************** *** 39,47 **** { // ! // Read block Configuration // ! $block_config = read_block_config($block_id); ! ! $title = $block_config[$block_id]['block_title']; $is_block = true; --- 39,45 ---- { // ! // Read Block Settings // ! $title = $mx_block->block_info['block_title']; $is_block = true; |