From 141dd9aa34dbf1c6a0556724ce3fefaacef24b4d Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 18 Oct 2011 14:01:06 +0000 Subject: - One if() too much git-svn-id: https://svn.roundcube.net/trunk@5345 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/addressbook/func.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc index 0b045c9fd..fa9ff1c66 100644 --- a/roundcubemail/program/steps/addressbook/func.inc +++ b/roundcubemail/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