# 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 @@ -640,9 +640,6 @@ break; case 'select': - if ( is_array( $value ) && ( count( $value ) > 1 ) ) { - $displayType = 'multiselect'; - } $jqueryclass = 'cb__js_' . $field->type; break;