|
From: Jon O. <jon...@us...> - 2005-10-23 18:50:36
|
Update of /cvsroot/mxbb/mx_kb/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22078/modules/mx_kb/includes Modified Files: kb_post.php Log Message: Updated all blocks to use the new $mx_block->get_parameters() api, instead of old red_block_config() function Index: kb_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/includes/kb_post.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** kb_post.php 1 Oct 2005 14:13:47 -0000 1.11 --- kb_post.php 23 Oct 2005 18:50:21 -0000 1.12 *************** *** 421,426 **** } - // $bbcode_uid = $block_config[$block_id][$block_text_par]['bbcode_uid']; - if ( $bbcode_uid != '' ) { --- 421,424 ---- |