|
From: Jon O. <jon...@us...> - 2008-07-15 22:10:00
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28267 Modified Files: Tag: core28x common.php Log Message: Updating, to work with latest modules Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.67.2.12 retrieving revision 1.67.2.13 diff -C2 -d -r1.67.2.12 -r1.67.2.13 *** common.php 21 Mar 2008 20:05:15 -0000 1.67.2.12 --- common.php 15 Jul 2008 22:09:25 -0000 1.67.2.13 *************** *** 300,303 **** --- 300,304 ---- include_once($mx_root_path . 'includes/mx_functions.' . $phpEx); // CORE Functions include_once($mx_root_path . 'includes/mx_functions_phpbb.' . $phpEx); // phpBB associated functions + include_once($mx_root_path . 'includes/mx_functions_bbcode.' . $phpEx); // BBcodes include_once($mx_root_path . 'includes/mx_functions_core.' . $phpEx); // CORE class |