|
From: Jon O. <jon...@us...> - 2005-08-20 18:24:38
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23043/modules/mx_pafiledb/pafiledb/includes Modified Files: functions_pafiledb.php Log Message: compatibility with new core 2.8 - adding new core generic parameters Index: functions_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_pafiledb.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** functions_pafiledb.php 11 Apr 2005 17:55:41 -0000 1.16 --- functions_pafiledb.php 20 Aug 2005 18:24:29 -0000 1.17 *************** *** 51,55 **** /* - orig require_once($phpbb_root_path . 'pafiledb/modules/pa_' . $module_name . '.'.$phpEx); ! */ // MX require_once( $module_root_path . 'pafiledb/modules/pa_' . $module_name . '.' . $phpEx ); --- 51,55 ---- /* - orig require_once($phpbb_root_path . 'pafiledb/modules/pa_' . $module_name . '.'.$phpEx); ! */ // MX require_once( $module_root_path . 'pafiledb/modules/pa_' . $module_name . '.' . $phpEx ); |