|
From: Jon O. <jon...@us...> - 2008-02-18 17:34:06
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2974/pafiledb Modified Files: pafiledb_common.php Log Message: new max_file_size updated check to inlcude phpBB2 class Index: pafiledb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/pafiledb_common.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** pafiledb_common.php 17 Feb 2008 10:50:02 -0000 1.25 --- pafiledb_common.php 18 Feb 2008 17:34:01 -0000 1.26 *************** *** 194,198 **** // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! if ( MXBB_28x ) { include_once( $mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx ); --- 194,198 ---- // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! if ( defined('MXBB_28x') ) { include_once( $mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx ); |