alecpl
2011-05-16 21461dce77dd67a45a22e361dca4ecaf6c580788
program/steps/mail/func.inc
@@ -575,7 +575,7 @@
    '',
    '<html>',
  );
  $html = preg_replace($html_search, $html_replace, $html);
  $html = preg_replace($html_search, $html_replace, trim($html));
  // PCRE errors handling (#1486856), should we use something like for every preg_* use?
  if ($html === null && ($preg_error = preg_last_error()) != PREG_NO_ERROR) {