|
From: Jon O. <jon...@us...> - 2008-03-21 20:05:20
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26049 Modified Files: Tag: core28x common.php Log Message: Corrected what phpbb functions to include... Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.67.2.11 retrieving revision 1.67.2.12 diff -C2 -d -r1.67.2.11 -r1.67.2.12 *** common.php 10 Mar 2008 13:26:35 -0000 1.67.2.11 --- common.php 21 Mar 2008 20:05:15 -0000 1.67.2.12 *************** *** 297,308 **** include_once($mx_root_path . 'includes/mx_functions_style.' . $phpEx); // Extends the phpBB template class - // - // phpBB Includes - // - include_once($phpbb_root_path . 'includes/functions.' . $phpEx); - - // - // More mxBB Includes - // include_once($mx_root_path . 'includes/db/' . $dbms . '.' . $phpEx); // Load dbal and initiate class include_once($mx_root_path . 'includes/mx_functions.' . $phpEx); // CORE Functions --- 297,300 ---- |