# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php +++ components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php @@ -943,7 +943,7 @@ $choices[] = moscomprofilerHTML::makeOption( '1', _UE_YES ); $choices[] = moscomprofilerHTML::makeOption( '0', _UE_NO ); $html = '
' . $this->_fieldEditToHtml( $field, $user, $reason, 'input', 'select', $value, '', $choices ) . '
'; - $html = $this->_fieldSearchModeHtml( $field, $user, $html, 'none', $list_compare_types ); \ No newline at end of file + $html = $this->_fieldSearchModeHtml( $field, $user, $html, 'singlechoice', $list_compare_types ); \ No newline at end of file return $html; } else { $checked = '';