Changeset c1b81f5 in github for program/steps/mail/func.inc
- Timestamp:
- Jul 22, 2008 5:52:29 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4897adc
- Parents:
- 9103d17
- File:
-
- 1 edited
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/func.inc
r9103d17 rc1b81f5 564 564 $html = substr_replace($html, '<meta http-equiv="Content-Type" content="text/html; charset='.RCMAIL_CHARSET.'" />', intval(stripos($html, '</head>')), 0); 565 565 } 566 566 567 // PHP bug #32547 workaround: remove title tag 568 $html = preg_replace('/<title>.*<\/title>/', '', $html); 569 567 570 // clean HTML with washhtml by Frederic Motte 568 571 $wash_opts = array(
Note: See TracChangeset
for help on using the changeset viewer.
