|
From: Jon O. <jon...@us...> - 2005-04-20 19:30:28
|
Update of /cvsroot/mxbb/mx_kb/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4138/modules/mx_kb/admin Modified Files: admin_kb_art.php admin_kb_auth.php admin_kb_cat.php admin_kb_config.php admin_kb_custom.php admin_kb_rebuild_search.php admin_kb_types.php kb_config.php Log Message: fixing incompatibility with core 2.7.6 define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); replaced by define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); Index: admin_kb_art.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/admin/admin_kb_art.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** admin_kb_art.php 9 Apr 2005 21:41:27 -0000 1.20 --- admin_kb_art.php 20 Apr 2005 19:30:06 -0000 1.21 *************** *** 63,67 **** $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 63,67 ---- $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: kb_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/admin/kb_config.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** kb_config.php 9 Apr 2005 21:41:27 -0000 1.8 --- kb_config.php 20 Apr 2005 19:30:17 -0000 1.9 *************** *** 25,29 **** define( 'IN_PORTAL', true ); define( 'MXBB_MODULE', true ); ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'admin/pagestart.php' ); --- 25,29 ---- define( 'IN_PORTAL', true ); define( 'MXBB_MODULE', true ); ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'admin/pagestart.php' ); Index: admin_kb_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/admin/admin_kb_config.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** admin_kb_config.php 9 Apr 2005 21:41:27 -0000 1.19 --- admin_kb_config.php 20 Apr 2005 19:30:17 -0000 1.20 *************** *** 60,64 **** $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 60,64 ---- $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_kb_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/admin/admin_kb_cat.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** admin_kb_cat.php 11 Apr 2005 20:07:55 -0000 1.13 --- admin_kb_cat.php 20 Apr 2005 19:30:17 -0000 1.14 *************** *** 60,64 **** $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 60,64 ---- $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_kb_rebuild_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/admin/admin_kb_rebuild_search.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_kb_rebuild_search.php 11 Apr 2005 20:07:56 -0000 1.6 --- admin_kb_rebuild_search.php 20 Apr 2005 19:30:17 -0000 1.7 *************** *** 55,59 **** $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 55,59 ---- $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_kb_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/admin/admin_kb_auth.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_kb_auth.php 9 Apr 2005 21:41:27 -0000 1.6 --- admin_kb_auth.php 20 Apr 2005 19:30:17 -0000 1.7 *************** *** 59,63 **** $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 59,63 ---- $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_kb_types.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/admin/admin_kb_types.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** admin_kb_types.php 9 Apr 2005 21:41:27 -0000 1.11 --- admin_kb_types.php 20 Apr 2005 19:30:17 -0000 1.12 *************** *** 60,64 **** $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 60,64 ---- $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); Index: admin_kb_custom.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/admin/admin_kb_custom.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_kb_custom.php 11 Apr 2005 20:07:56 -0000 1.6 --- admin_kb_custom.php 20 Apr 2005 19:30:17 -0000 1.7 *************** *** 51,55 **** $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'more_smilies.php' ) ); require( $mx_root_path . 'extension.inc' ); --- 51,55 ---- $module_root_path = "./../"; ! define( 'MXBB_27x', file_exists( $mx_root_path . 'mx_login.php' ) ); require( $mx_root_path . 'extension.inc' ); |