|
From: Jon O. <jon...@us...> - 2008-02-16 00:12:23
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10170 Modified Files: bugsbt_common.php Log Message: fix Index: bugsbt_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/bugsbt_common.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bugsbt_common.php 15 Feb 2008 22:21:22 -0000 1.4 --- bugsbt_common.php 16 Feb 2008 00:12:19 -0000 1.5 *************** *** 83,86 **** --- 83,91 ---- include_once( $module_root_path . 'bugsbt/includes/functions_bugsbt.' . $phpEx ); + // + // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) + // + include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); + // =================================================== // Load classes |