Aleksander Machniak
2012-12-11 b01d84d0f7c8b29c9dc52c717708f28a72ecf08e
program/include/rcmail_output_html.php
@@ -670,7 +670,10 @@
     */
    public function just_parse($input)
    {
        return $this->parse_xml($input);
        $input = $this->parse_conditions($input);
        $input = $this->parse_xml($input);
        return $input;
    }