Aleksander Machniak
2013-05-08 dffdd168aebfc5f67bf61baee9739b5bf96b5e50
plugins/help/help.php
@@ -21,8 +21,6 @@
    function init()
    {
        $rcmail = rcmail::get_instance();
        $this->add_texts('localization/', false);
        // register task
@@ -90,8 +88,7 @@
        $attrib['name'] = $attrib['id'];
        return html::tag('iframe', $attrib, '', array(
            'id', 'class', 'style', 'src', 'width', 'height', 'frameborder'));
        return $rcmail->output->frame($attrib);
    }
}