From 10d0e3e0acd4f15819d36022eff2f2a698cfcd9b Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 06 Aug 2009 12:03:05 -0400
Subject: [PATCH] - oops, remove debug console call
---
program/steps/mail/func.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index ca2b054..784b8f3 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -699,6 +699,7 @@
$html = '<head></head>'. $html;
$html = substr_replace($html, '<meta http-equiv="Content-Type" content="text/html; charset='.RCMAIL_CHARSET.'" />', intval(stripos($html, '<head>')+6), 0);
}
+
// turn relative into absolute urls
$html = rcmail_resolve_base($html);
@@ -719,7 +720,6 @@
$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');
--
Gitblit v1.9.1