|
From: Jon O. <jon...@us...> - 2008-02-17 10:46:21
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30356/pafiledb Modified Files: pafiledb_common.php Log Message: to handle the 2.8.x included wrapper for phpBB2 functions Index: pafiledb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/pafiledb_common.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** pafiledb_common.php 16 Feb 2008 00:13:29 -0000 1.22 --- pafiledb_common.php 17 Feb 2008 10:46:14 -0000 1.23 *************** *** 194,198 **** // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); // --- 194,201 ---- // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! if ( MXBB_28x ) ! { ! include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); ! // |