|
From: Jon O. <jon...@us...> - 2008-07-15 22:06:18
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25385/modules Modified Files: link_post_comment.php link_search.php Log Message: More...of the same Index: link_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_search.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** link_search.php 3 Jun 2008 20:10:17 -0000 1.17 --- link_search.php 15 Jul 2008 22:06:09 -0000 1.18 *************** *** 30,35 **** global $phpbb_root_path, $userdata; - include( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); - if ( isset( $_REQUEST['search_keywords'] ) ) { --- 30,33 ---- Index: link_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_post_comment.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** link_post_comment.php 3 Jun 2008 20:10:15 -0000 1.9 --- link_post_comment.php 15 Jul 2008 22:06:08 -0000 1.10 *************** *** 30,34 **** global $html_entities_match, $html_entities_replace, $unhtml_specialchars_match, $unhtml_specialchars_replace; global $mx_root_path, $module_root_path, $phpbb_root_path, $is_block, $mx_request_vars; ! global $mx_block, $theme; // --- 30,34 ---- global $html_entities_match, $html_entities_replace, $unhtml_specialchars_match, $unhtml_specialchars_replace; global $mx_root_path, $module_root_path, $phpbb_root_path, $is_block, $mx_request_vars; ! global $mx_block, $theme, $mx_bbcode; // *************** *** 179,183 **** if ($smilies_on) { ! $linkdb_functions->generate_smilies( 'inline', PAGE_POSTING ); } } --- 179,183 ---- if ($smilies_on) { ! $mx_bbcode->generate_smilies( 'inline', PAGE_POSTING ); } } |