|
From: Jon O. <jon...@us...> - 2008-02-17 10:50:18
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31674 Modified Files: pafiledb_common.php Log Message: to handle the 2.8.x included wrapper for phpBB2 functions typhos... Index: pafiledb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/pafiledb_common.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** pafiledb_common.php 17 Feb 2008 10:47:48 -0000 1.24 --- pafiledb_common.php 17 Feb 2008 10:50:02 -0000 1.25 *************** *** 196,200 **** if ( MXBB_28x ) { ! include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); } --- 196,200 ---- if ( MXBB_28x ) { ! include_once( $mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx ); } |