|
From: Jon O. <jon...@us...> - 2006-06-26 21:32:26
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12094 Modified Files: common.php Log Message: A few fixes related to new mx_text class, and other minor fixes Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** common.php 18 Jun 2006 10:46:01 -0000 1.55 --- common.php 26 Jun 2006 21:32:22 -0000 1.56 *************** *** 200,204 **** include_once($phpbb_root_path . 'includes/sessions.' . $phpEx); include_once($phpbb_root_path . 'includes/functions.' . $phpEx); ! include_once($phpbb_root_path . 'includes/bbcode.' . $phpEx); include_once($mx_root_path . 'includes/db/' . $dbms . '.' . $phpEx); // Load dbal and initiate class --- 200,204 ---- include_once($phpbb_root_path . 'includes/sessions.' . $phpEx); include_once($phpbb_root_path . 'includes/functions.' . $phpEx); ! //include_once($phpbb_root_path . 'includes/bbcode.' . $phpEx); include_once($mx_root_path . 'includes/db/' . $dbms . '.' . $phpEx); // Load dbal and initiate class |