|
From: Jon O. <jon...@us...> - 2008-03-09 23:38:07
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17021 Modified Files: index.php Log Message: Virtual pages See notes is Dev area Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** index.php 11 Feb 2008 11:13:17 -0000 1.74 --- index.php 9 Mar 2008 23:38:00 -0000 1.75 *************** *** 139,143 **** // Instatiate the dynamic block // ! $mx_block->init( $mx_dynamic_block->dynamic_block_id ); } --- 139,150 ---- // Instatiate the dynamic block // ! if ($mx_dynamic_block->dynamic_block_id > 0) ! { ! $mx_block->init( $mx_dynamic_block->dynamic_block_id ); ! } ! else ! { ! $mx_block->init_error_msg = 'This dynamic block has not been configured with a default block.'; ! } } |