From 10d0e3e0acd4f15819d36022eff2f2a698cfcd9b Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 6 Aug 2009 16:03:05 +0000 Subject: - oops, remove debug console call --- program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index ca2b05425..784b8f399 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -699,6 +699,7 @@ function rcmail_wash_html($html, $p = array(), $cid_replaces) $html = ''. $html; $html = substr_replace($html, '', intval(stripos($html, '')+6), 0); } + // turn relative into absolute urls $html = rcmail_resolve_base($html); @@ -719,7 +720,6 @@ function rcmail_wash_html($html, $p = array(), $cid_replaces) $wash_opts['html_elements'][] = 'link'; $wash_opts['html_attribs'] = array('rel','type'); } -console($html); $washer = new washtml($wash_opts); $washer->add_callback('form', 'rcmail_washtml_callback'); -- cgit v1.2.3