|
From: OryNider <ory...@us...> - 2008-02-18 06:14:34
|
Update of /cvsroot/mxbb/mx_blogs/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8665/includes Modified Files: Tag: core28x functions_weblog.php Log Message: fixes ;) Index: functions_weblog.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/includes/functions_weblog.php,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** functions_weblog.php 10 Feb 2008 02:25:41 -0000 1.1.2.1 --- functions_weblog.php 18 Feb 2008 06:14:30 -0000 1.1.2.2 *************** *** 20,27 **** ***************************************************************************/ ! if (!function_exists('bbencode_second_pass') && !function_exists(dss_rand)) { - include_once($mx_root_path . 'includes/shared/phpbb2/includes/bbcode.' .$phpEx); - function dss_rand() { --- 20,25 ---- ***************************************************************************/ ! if (!function_exists(dss_rand)) { function dss_rand() { *************** *** 32,35 **** --- 30,38 ---- if (!function_exists('bbencode_second_pass')) { + include_once($mx_root_path . 'includes/shared/phpbb2/includes/bbcode.' .$phpEx); + } + + if (!function_exists('bbencode_second_pass')) + { include_once($phpbb_root_path . 'includes/bbcode.' .$phpEx); } |