|
From: Jon O. <jon...@us...> - 2008-05-20 21:02:58
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7069 Modified Files: Tag: core28x mx_module_defs.php Log Message: tinyMCE fix Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/admin/mx_module_defs.php,v retrieving revision 1.23.2.1 retrieving revision 1.23.2.2 diff -C2 -d -r1.23.2.1 -r1.23.2.2 *** mx_module_defs.php 3 Feb 2008 19:28:13 -0000 1.23.2.1 --- mx_module_defs.php 20 May 2008 21:02:52 -0000 1.23.2.2 *************** *** 401,405 **** function display_edit_WysiwygTextBlock( $block_id, $parameter_id, $parameter_data ) { ! global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $phpbb_root_path, $phpEx, $mx_table_prefix, $table_prefix, $html_entities_match, $html_entities_replace; global $HTTP_POST_VARS; --- 401,405 ---- function display_edit_WysiwygTextBlock( $block_id, $parameter_id, $parameter_data ) { ! global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $phpbb_root_path, $phpEx, $mx_table_prefix, $table_prefix, $html_entities_match, $html_entities_replace, $userdata; global $HTTP_POST_VARS; *************** *** 540,544 **** 'PATH' => $mx_root_path, 'LANG' => $tiny_lang, ! 'TEMPLATE' => $phpbb_root_path . 'templates/'. $theme['template_name'] . '/' . $theme['head_stylesheet'] )); } --- 540,544 ---- 'PATH' => $mx_root_path, 'LANG' => $tiny_lang, ! 'TEMPLATE' => $mx_root_path . 'templates/'. $theme['template_name'] . '/' . $theme['head_stylesheet'] )); } |