Changeset e93c72d9 in github
- Timestamp:
- May 20, 2010 6:41:59 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 6b6f2e8
- Parents:
- dc9d750
- File:
-
- 1 edited
-
program/include/iniset.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/iniset.php
r24c91ed re93c72d9 63 63 64 64 if (set_include_path($include_path) === false) { 65 die( 'Fatal error: ini_set/set_include_path does not work.');65 die("Fatal error: ini_set/set_include_path does not work."); 66 66 } 67 67 … … 75 75 if(extension_loaded('mbstring')) 76 76 mb_internal_encoding(RCMAIL_CHARSET); 77 77 78 78 79 79 /** … … 92 92 '/^html_.+/', 93 93 '/^utf8$/', 94 '/html2text/'95 94 ), 96 95 array( … … 100 99 'html', 101 100 'utf8.class', 102 'lib/html2text' // see #1485505103 101 ), 104 102 $classname
Note: See TracChangeset
for help on using the changeset viewer.
