From 4100242b93ff371daf2ff8ebfccbd5038d5f4809 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 18 Oct 2011 14:01:06 +0000 Subject: - One if() too much --- program/steps/addressbook/func.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index 0b045c9fd..fa9ff1c66 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -675,8 +675,7 @@ function rcmail_contact_form($form, $record, $attrib = null) $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"; } if ($edit_mode) { -- cgit v1.2.3