|
From: Jon O. <jon...@us...> - 2008-07-13 19:30:36
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1162 Modified Files: common.php Log Message: bbcodes as a class, backend extended Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.96 retrieving revision 1.97 diff -C2 -d -r1.96 -r1.97 *** common.php 11 Jul 2008 21:23:08 -0000 1.96 --- common.php 13 Jul 2008 19:30:27 -0000 1.97 *************** *** 222,227 **** // 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); // BBCode associated functions include_once($mx_root_path . 'includes/mx_functions_style.' . $phpEx); // Styling and sessions --- 222,225 ---- |