|
From: Jon O. <jon...@us...> - 2008-07-15 22:04:04
|
Update of /cvsroot/mxbb/core/includes/sessions/internal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23076/internal Modified Files: core.php Log Message: More...of the same Index: core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/internal/core.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** core.php 13 Jul 2008 20:13:56 -0000 1.8 --- core.php 15 Jul 2008 22:03:28 -0000 1.9 *************** *** 22,29 **** --- 22,33 ---- include_once($mx_root_path . 'includes/shared/phpbb3/includes/functions.' . $phpEx); + // + // Now load some bbcodes, to be extended for this backend (see below) + // include_once($mx_root_path . 'includes/mx_functions_bbcode.' . $phpEx); // BBCode associated functions /** * Backend specific tasks + * * @package MX-Publisher */ *************** *** 48,52 **** // ! // Define relative path to phpBB, and validate // $phpbb_root_path = $mx_root_path . 'includes/shared/phpbb2/'; --- 52,56 ---- // ! // Define relative path to "phpBB", and validate // $phpbb_root_path = $mx_root_path . 'includes/shared/phpbb2/'; *************** *** 94,99 **** // $this->sync_configs(); - - include_once($phpbb_root_path . 'includes/functions.' . $phpEx); // In case we need old functions... } --- 98,101 ---- *************** *** 238,242 **** * @access private */ ! function dss_rand($force_shared) { global $db, $portal_config, $board_config, $dss_seeded; --- 240,244 ---- * @access private */ ! function dss_rand() { global $db, $portal_config, $board_config, $dss_seeded; |