|
From: Jon O. <jon...@us...> - 2008-07-15 22:06:42
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25385/admin Modified Files: admin_auth_manage.php admin_custom_manage.php Log Message: More...of the same Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/admin/admin_custom_manage.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_custom_manage.php 10 Jul 2008 22:22:29 -0000 1.6 --- admin_custom_manage.php 15 Jul 2008 22:06:06 -0000 1.7 *************** *** 20,28 **** global $db, $images, $template, $lang, $phpEx, $linkdb_functions, $linkdb_cache, $link_config, $phpbb_root_path, $module_root_path, $mx_root_path, $mx_request_vars; - // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - $this_custom_field = new mx_custom_field(LINK_CUSTOM_TABLE, LINK_CUSTOM_DATA_TABLE); $this_custom_field->init(); --- 20,23 ---- Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/admin/admin_auth_manage.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** admin_auth_manage.php 10 Jul 2008 22:22:28 -0000 1.10 --- admin_auth_manage.php 15 Jul 2008 22:06:05 -0000 1.11 *************** *** 21,29 **** // - // Includes - // - mx_cache::load_file('functions_search', 'phpbb2'); - - // // Start adminCP // --- 21,24 ---- |