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


1 files modified
1 ■■■■ changed files
program/steps/addressbook/func.inc 1 ●●●● patch | view | raw | blame | history
program/steps/addressbook/func.inc
@@ -675,7 +675,6 @@
            $content = $fieldset['content'];
        }
        if ($content)
            $out .= html::tag('fieldset', null, html::tag('legend', null, Q($fieldset['name'])) . $content) ."\n";
    }