|
From: Jon O. <jon...@us...> - 2005-04-21 20:55:51
|
Update of /cvsroot/mxbb/mx_pafiledb/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31188/modules/mx_pafiledb/admin Modified Files: admin_pa_catauth.php admin_pa_category.php admin_pa_custom.php admin_pa_fchecker.php admin_pa_file.php admin_pa_license.php admin_pa_settings.php admin_pa_ug_auth.php Log Message: updating for pafiledb 2.0.1 Index: admin_pa_fchecker.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_fchecker.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_pa_fchecker.php 11 Apr 2005 17:55:38 -0000 1.8 --- admin_pa_fchecker.php 21 Apr 2005 20:55:42 -0000 1.9 *************** *** 57,61 **** $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 57,61 ---- $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_pa_custom.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_custom.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_pa_custom.php 11 Apr 2005 17:55:38 -0000 1.9 --- admin_pa_custom.php 21 Apr 2005 20:55:42 -0000 1.10 *************** *** 59,63 **** $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 59,63 ---- $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_pa_category.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_category.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_pa_category.php 11 Apr 2005 17:55:38 -0000 1.8 --- admin_pa_category.php 21 Apr 2005 20:55:42 -0000 1.9 *************** *** 58,62 **** $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 58,62 ---- $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_pa_file.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_file.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** admin_pa_file.php 11 Apr 2005 17:55:38 -0000 1.11 --- admin_pa_file.php 21 Apr 2005 20:55:42 -0000 1.12 *************** *** 58,62 **** $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 58,62 ---- $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); *************** *** 441,444 **** --- 441,449 ---- ); + if ( $total_files > 0 ) + { + $template->assign_block_vars( 'pagination', array() ); + } + foreach( $global_array as $files_data ) { Index: admin_pa_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_settings.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** admin_pa_settings.php 11 Apr 2005 17:55:39 -0000 1.9 --- admin_pa_settings.php 21 Apr 2005 20:55:42 -0000 1.10 *************** *** 57,61 **** $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 57,61 ---- $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_pa_ug_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_ug_auth.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_pa_ug_auth.php 11 Apr 2005 17:55:39 -0000 1.5 --- admin_pa_ug_auth.php 21 Apr 2005 20:55:42 -0000 1.6 *************** *** 57,61 **** $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 57,61 ---- $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_pa_catauth.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_catauth.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_pa_catauth.php 11 Apr 2005 17:55:38 -0000 1.7 --- admin_pa_catauth.php 21 Apr 2005 20:55:42 -0000 1.8 *************** *** 57,61 **** $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 57,61 ---- $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_pa_license.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pa_license.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_pa_license.php 11 Apr 2005 17:55:38 -0000 1.8 --- admin_pa_license.php 21 Apr 2005 20:55:42 -0000 1.9 *************** *** 57,61 **** $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 57,61 ---- $mx_root_path = './../../../'; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); |