|
From: FlorinCB <ory...@us...> - 2008-10-06 00:38:52
|
Update of /cvsroot/mxbb/core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1761 Modified Files: common.php Log Message: Added utf tools borowed from phpBB3 Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.107 retrieving revision 1.108 diff -C2 -d -r1.107 -r1.108 *** common.php 4 Oct 2008 07:04:24 -0000 1.107 --- common.php 6 Oct 2008 00:38:46 -0000 1.108 *************** *** 211,214 **** --- 211,215 ---- include_once($mx_root_path . 'includes/mx_constants.' . $phpEx); // Also includes phpBB constants include_once($mx_root_path . 'includes/db/' . $dbms . '.' . $phpEx); // Load dbal and initiate class + include_once($mx_root_path . 'includes/utf/utf_tools.' . $phpEx); //Load UTF-8 Tools include_once($mx_root_path . 'includes/mx_functions_core.' . $phpEx); // CORE class |