alecpl
2008-07-22 c1b81f578ab1b75b9a313f1dac3ae05ded5fab77
PHP bug #32547 workaround: remove <title> tag because of libxml2 library problem (#1485178)   


1 files modified
3 ■■■■■ changed files
program/steps/mail/func.inc 3 ●●●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -564,6 +564,9 @@
      $html = substr_replace($html, '<meta http-equiv="Content-Type" content="text/html; charset='.RCMAIL_CHARSET.'" />', intval(stripos($html, '</head>')), 0);
    }
    
    // PHP bug #32547 workaround: remove title tag
    $html = preg_replace('/<title>.*<\/title>/', '', $html);
    // clean HTML with washhtml by Frederic Motte
    $wash_opts = array(
      'show_washed' => false,