From 5bf2bd6b2bf340565333f0276d012c01ab7d977d Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 30 Jul 2002 10:30:42 +0000 Subject: [PATCH] fix for changed comp_in_new function git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3177 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/url_parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/url_parser.php b/functions/url_parser.php index de49b1e8..59ef8cdc 100644 --- a/functions/url_parser.php +++ b/functions/url_parser.php @@ -57,7 +57,7 @@ function parseEmail (&$body) { if( eregi($Email_RegExp_Match, $body, $regs) ) { if ($compose_new_win == '1') { $comp_uri = '../src/compose.php?send_to='.urlencode($regs[0]); - $body = str_replace($regs[0], ''.$regs[0].'', $body); + $body = str_replace($regs[0], ''.$regs[0].'', $body); } else { $body = str_replace($regs[0], '