- One if() too much

release-0.7
alecpl 13 years ago
parent 2df4a9a29c
commit 4100242b93

@ -675,7 +675,6 @@ function rcmail_contact_form($form, $record, $attrib = null)
$content = $fieldset['content']; $content = $fieldset['content'];
} }
if ($content)
$out .= html::tag('fieldset', null, html::tag('legend', null, Q($fieldset['name'])) . $content) ."\n"; $out .= html::tag('fieldset', null, html::tag('legend', null, Q($fieldset['name'])) . $content) ."\n";
} }

Loading…
Cancel
Save