|
From: Jon O. <jon...@us...> - 2006-08-01 21:03:27
|
Update of /cvsroot/mxbb/mx_pafiledb/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23242/modules/mx_pafiledb/admin Modified Files: admin_pafiledb.php Log Message: massive update Index: admin_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pafiledb.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_pafiledb.php 8 Jul 2006 16:28:46 -0000 1.2 --- admin_pafiledb.php 1 Aug 2006 21:03:24 -0000 1.3 *************** *** 43,47 **** // Left Pane Paths // ! $setmodules_module_path = './../modules/mx_pafiledb/'; $setmodules_admin_path = $setmodules_module_path . 'admin/'; --- 43,48 ---- // Left Pane Paths // ! $setmodules_root_path = './../'; ! $setmodules_module_path = 'modules/mx_pafiledb/'; $setmodules_admin_path = $setmodules_module_path . 'admin/'; *************** *** 53,57 **** if ( !empty( $setmodules ) ) { ! include_once( $setmodules_module_path . 'pafiledb/includes/pafiledb_constants.' . $phpEx ); $filename = basename( __FILE__ ); --- 54,58 ---- if ( !empty( $setmodules ) ) { ! include_once( $setmodules_root_path . $setmodules_module_path . 'pafiledb/includes/pafiledb_constants.' . $phpEx ); $filename = basename( __FILE__ ); |