|
From: Jon O. <jon...@us...> - 2008-07-11 23:03:33
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15230/sessions/phpbb2 Modified Files: core.php Log Message: more Index: core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb2/core.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** core.php 11 Jul 2008 22:46:06 -0000 1.4 --- core.php 11 Jul 2008 23:03:30 -0000 1.5 *************** *** 19,26 **** // Note: These functions will later be accessible wrapped as phpBBX::orig_functionname() // ! include($mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx); ! include($mx_root_path . 'includes/shared/phpbb3/includes/functions.' . $phpEx); - include_once($phpbb_root_path . 'includes/functions.' . $phpEx); // In case we need old functions... include_once($mx_root_path . 'includes/sessions/phpbb2/auth.' . $phpEx); --- 19,25 ---- // Note: These functions will later be accessible wrapped as phpBBX::orig_functionname() // ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx); ! include_once($mx_root_path . 'includes/shared/phpbb3/includes/functions.' . $phpEx); include_once($mx_root_path . 'includes/sessions/phpbb2/auth.' . $phpEx); *************** *** 182,185 **** --- 181,186 ---- // $this->sync_configs(); + + include_once($phpbb_root_path . 'includes/functions.' . $phpEx); // In case we need old functions... } |