|
From: Jon O. <jon...@us...> - 2008-07-11 23:03:33
|
Update of /cvsroot/mxbb/core/includes/sessions/internal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15230/sessions/internal Modified Files: core.php Log Message: more Index: core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/internal/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... /** --- 19,24 ---- // 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); /** *************** *** 94,97 **** --- 92,97 ---- // $this->sync_configs(); + + include_once($phpbb_root_path . 'includes/functions.' . $phpEx); // In case we need old functions... } |