Changeset 10d0e3e in github


Ignore:
Timestamp:
Aug 6, 2009 12:03:05 PM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
4fc15f6
Parents:
f4bf206
Message:
  • oops, remove debug console call
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    rf4bf206 r10d0e3e  
    700700    $html = substr_replace($html, '<meta http-equiv="Content-Type" content="text/html; charset='.RCMAIL_CHARSET.'" />', intval(stripos($html, '<head>')+6), 0); 
    701701  } 
     702 
    702703  // turn relative into absolute urls 
    703704  $html = rcmail_resolve_base($html); 
     
    720721    $wash_opts['html_attribs'] = array('rel','type'); 
    721722  } 
    722 console($html);   
    723723     
    724724  $washer = new washtml($wash_opts); 
Note: See TracChangeset for help on using the changeset viewer.