Project

General

Profile

Bug #3537 » 3537.patch

krileon, 25 May 2012 15:11

View differences:

administrator/components/com_comprofiler/plugin.class.php
if ( $field->rows > 0 ) {
$additional .= ' rows="' . $field->rows . '"';
}
$fieldMaxLength = $this->getMaxLength( $field );
if ( $fieldMaxLength > 0 ) {
$additional .= ' maxlength="' . $fieldMaxLength . '"';
}
$classes[] = 'inputbox';
break;
(1-1/2)