# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: Joomla root # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # 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 @@ -733,18 +733,6 @@ case 'xml': case 'json': case 'php': - if ( in_array( $field->type, array( 'radio', 'select' ) ) ) { - $chosen = getLangDefinition( $value ); //TODO: bug #2960 : CB 1.7.1 substitution check uses language string value instead of stored field value : is due to this language issue - } else { - // multiselect, multicheckbox: - $chosen = $this->_explodeCBvalues( $value ); - for( $i = 0, $n = count( $chosen ); $i < $n; $i++ ) { - $chosen[$i] = getLangDefinition( $chosen[$i] ); //TODO: bug #2960 : CB 1.7.1 substitution check uses language string value instead of stored field value : is due to this language issue - } - } - return $this->_arrayToFormat( $field, $chosen, $output ); - break; - \ No newline at end of file case 'csv': if ( in_array( $field->type, array( 'radio', 'select' ) ) ) { $chosen = $value;