|
From: Jon O. <jon...@us...> - 2008-06-15 21:04:26
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27103/linkdb/admin Modified Files: admin_auth_manage.php admin_custom_manage.php Log Message: using new load_file to ensure we are including phpbb2 bbcodes/smilies Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/admin/admin_custom_manage.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_custom_manage.php 3 Jun 2008 20:10:05 -0000 1.4 --- admin_custom_manage.php 15 Jun 2008 21:04:21 -0000 1.5 *************** *** 23,27 **** // Includes // ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $this_custom_field = new mx_custom_field(LINK_CUSTOM_TABLE, LINK_CUSTOM_DATA_TABLE); --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); $this_custom_field = new mx_custom_field(LINK_CUSTOM_TABLE, LINK_CUSTOM_DATA_TABLE); Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/admin/admin_auth_manage.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin_auth_manage.php 3 Jun 2008 20:10:04 -0000 1.8 --- admin_auth_manage.php 15 Jun 2008 21:04:21 -0000 1.9 *************** *** 23,27 **** // Includes // ! include( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // --- 23,28 ---- // Includes // ! mx_page::load_file('functions_search', 'phpbb2'); ! //include( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); // |