Changeset 2843 in subversion


Ignore:
Timestamp:
Aug 6, 2009 12:03:05 PM (4 years ago)
Author:
alec
Message:
  • oops, remove debug console call
File:
1 edited

Legend:

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

    r2842 r2843  
    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.