|
From: Jon O. <jon...@us...> - 2006-06-29 19:11:00
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21406/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.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** forum_hack.php 17 Jun 2006 20:22:44 -0000 1.12 --- forum_hack.php 29 Jun 2006 19:10:53 -0000 1.13 *************** *** 182,192 **** $mx_table_prefix = $this->_get_mx_table_name( '' ); $phpEx = substr(strrchr(__FILE__, '.'), 1); ! include_once( $mx_root_path . "includes/mx_constants.php"); // file of easy_parser class ! include_once( $mx_root_path . "includes/mx_functions.php"); // file of easy_parser class ! include_once( $mx_root_path . "includes/mx_functions_core.php"); // file of easy_parser class } - $news_setup = array(); - // // Query to find all mx_forum blocks - the forum_id select array --- 182,190 ---- $mx_table_prefix = $this->_get_mx_table_name( '' ); $phpEx = substr(strrchr(__FILE__, '.'), 1); ! include_once( $mx_root_path . "includes/mx_constants.php"); ! include_once( $mx_root_path . "includes/mx_functions.php"); ! include_once( $mx_root_path . "includes/mx_functions_core.php"); } // // Query to find all mx_forum blocks - the forum_id select array |