alecpl
2011-10-18 4100242b93ff371daf2ff8ebfccbd5038d5f4809
- One if() too much


1 files modified
3 ■■■■ changed files
program/steps/addressbook/func.inc 3 ●●●● patch | view | raw | blame | history
program/steps/addressbook/func.inc
@@ -675,8 +675,7 @@
            $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) {