Project

General

Profile

Bug #2428 ยป 2428.patch

krileon, 27 April 2011 18:31

View differences:

components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php
$choices[] = moscomprofilerHTML::makeOption( '1', _UE_YES );
$choices[] = moscomprofilerHTML::makeOption( '0', _UE_NO );
$html = '<div class="cbSingleCntrl">' . $this->_fieldEditToHtml( $field, $user, $reason, 'input', 'select', $value, '', $choices ) . '</div>';
$html = $this->_fieldSearchModeHtml( $field, $user, $html, 'none', $list_compare_types );
$html = $this->_fieldSearchModeHtml( $field, $user, $html, 'singlechoice', $list_compare_types );
return $html;
} else {
$checked = '';
    (1-1/1)