|
From: Jon O. <jon...@us...> - 2005-04-21 20:55:51
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31188/modules/mx_pafiledb Modified Files: db_install.php db_upgrade.php dload.php dload_lists.php pafiledb.pak Log Message: updating for pafiledb 2.0.1 Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 11 Apr 2005 20:00:18 -0000 1.7 --- db_upgrade.php 21 Apr 2005 20:55:42 -0000 1.8 *************** *** 49,53 **** // For compatibility with core 2.7.+ ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); if ( MXBB_27x ) --- 49,53 ---- // For compatibility with core 2.7.+ ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); if ( MXBB_27x ) Index: pafiledb.pak =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb.pak,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pafiledb.pak 12 Apr 2005 19:32:56 -0000 1.8 --- pafiledb.pak 21 Apr 2005 20:55:42 -0000 1.9 *************** *** 18,22 **** parameter=+:57=+:156=+:num_of_rows=+:Number=+:3=+: option=+:0=+:0=+:0=+:endoflist=+: ! parameter=+:57=+:157=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "dload_lists.php") option=+:0=+:0=+:0=+:endoflist=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 18,22 ---- parameter=+:57=+:156=+:num_of_rows=+:Number=+:3=+: option=+:0=+:0=+:0=+:endoflist=+: ! parameter=+:57=+:157=+:target_block=+:Function=+:0=+:get_list_formatted("block_list","{parameter_value}","{parameter_id}[]", "dload.php") option=+:0=+:0=+:0=+:endoflist=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_install.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_install.php 11 Apr 2005 17:55:39 -0000 1.13 --- db_install.php 21 Apr 2005 20:55:42 -0000 1.14 *************** *** 48,52 **** // For compatibility with core 2.7.+ ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); if ( MXBB_27x ) --- 48,52 ---- // For compatibility with core 2.7.+ ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); if ( MXBB_27x ) Index: dload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** dload.php 11 Apr 2005 17:55:40 -0000 1.9 --- dload.php 21 Apr 2005 20:55:42 -0000 1.10 *************** *** 85,89 **** global $images; } ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); } --- 85,89 ---- global $images; } ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); } Index: dload_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_lists.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** dload_lists.php 12 Apr 2005 19:32:56 -0000 1.8 --- dload_lists.php 21 Apr 2005 20:55:42 -0000 1.9 *************** *** 94,98 **** define( 'MXBB_MODULE', true ); ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); include_once( $module_root_path . 'pafiledb/includes/pafiledb_constants.' . $phpEx ); --- 94,98 ---- define( 'MXBB_MODULE', true ); ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); include_once( $module_root_path . 'pafiledb/includes/pafiledb_constants.' . $phpEx ); |