Aleksander Machniak
2012-11-14 ce248f83e52092d264de23a0bd51a0233d6498e7
Remove useless code
1 files modified
4 ■■■■ changed files
program/include/rcube_message.php 4 ●●●● patch | view | raw | blame | history
program/include/rcube_message.php
@@ -270,10 +270,6 @@
            else if ($part->mimetype == 'text/html') {
                $out = $this->get_part_content($mime_id);
                // remove special chars encoding
                $trans = array_flip(get_html_translation_table(HTML_ENTITIES));
                $out = strtr($out, $trans);
                // create instance of html2text class
                $txt = new html2text($out);
                return $txt->get_text();