|
From: OryNider <ory...@us...> - 2008-03-08 15:28:02
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18254/pafiledb Modified Files: Tag: core28x pafiledb_common.php Log Message: update for new mx_mod 2.8.2 Index: pafiledb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/pafiledb_common.php,v retrieving revision 1.19.2.1 retrieving revision 1.19.2.2 diff -C2 -d -r1.19.2.1 -r1.19.2.2 *** pafiledb_common.php 28 Jan 2008 03:11:06 -0000 1.19.2.1 --- pafiledb_common.php 8 Mar 2008 15:27:22 -0000 1.19.2.2 *************** *** 64,68 **** // Include Files // =================================================== ! include_once( $module_root_path . 'pafiledb/includes/pafiledb_constants.' . $phpEx ); // --- 64,68 ---- // Include Files // =================================================== ! include_once($module_root_path . 'pafiledb/includes/pafiledb_constants.' . $phpEx); // *************** *** 84,88 **** include_once( $mx_root_path . 'includes/mx_functions_tools.' . $phpEx ); } ! // ********************************************************************** // If phpBB mod read language definition --- 84,88 ---- include_once( $mx_root_path . 'includes/mx_functions_tools.' . $phpEx ); } ! /* // ********************************************************************** // If phpBB mod read language definition *************** *** 189,193 **** } } ! include_once( $module_root_path . 'pafiledb/includes/functions.' . $phpEx ); include_once( $module_root_path . 'pafiledb/includes/functions_auth.' . $phpEx ); --- 189,193 ---- } } ! */ include_once( $module_root_path . 'pafiledb/includes/functions.' . $phpEx ); include_once( $module_root_path . 'pafiledb/includes/functions_auth.' . $phpEx ); |