|
From: Jon O. <jon...@us...> - 2005-08-21 21:41:29
|
Update of /cvsroot/mxbb/mx_newssuite/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2332/modules/mx_newssuite/admin Modified Files: mx_module_defs.php Log Message: updating Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/admin/mx_module_defs.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_module_defs.php 20 Aug 2005 18:50:11 -0000 1.2 --- mx_module_defs.php 21 Aug 2005 21:41:22 -0000 1.3 *************** *** 81,85 **** function display_module_parameters( $parameter_data ) { ! global $template, $blockcptemplate, $mx_blockcp, $mx_root_path, $theme, $lang; switch ( $parameter_data['parameter_type'] ) --- 81,85 ---- function display_module_parameters( $parameter_data ) { ! global $template, $mx_blockcp, $mx_root_path, $theme, $lang; switch ( $parameter_data['parameter_type'] ) *************** *** 217,220 **** --- 217,222 ---- )); + $template->pparse('parameter'); + } } |