Changeset e93c72d9 in github


Ignore:
Timestamp:
May 20, 2010 6:41:59 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6b6f2e8
Parents:
dc9d750
Message:
  • remove html2text hack from autoloader (don't need it anymore)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/iniset.php

    r24c91ed re93c72d9  
    6363 
    6464if (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."); 
    6666} 
    6767 
     
    7575if(extension_loaded('mbstring')) 
    7676    mb_internal_encoding(RCMAIL_CHARSET); 
    77                
     77 
    7878 
    7979/** 
     
    9292            '/^html_.+/', 
    9393            '/^utf8$/', 
    94             '/html2text/' 
    9594        ), 
    9695        array( 
     
    10099            'html', 
    101100            'utf8.class', 
    102             'lib/html2text'  // see #1485505 
    103101        ), 
    104102        $classname 
Note: See TracChangeset for help on using the changeset viewer.