From 14a1d0be788f34471e9942b5a3341808fc646f4c Mon Sep 17 00:00:00 2001 From: oricn Date: Tue, 1 Aug 2000 11:31:21 +0000 Subject: [PATCH] Commented out a DEBUGING line in the URL Parser code. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@665 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 f70580cc..a3463143 100644 --- a/functions/url_parser.php +++ b/functions/url_parser.php @@ -64,7 +64,7 @@ if ($url != "") { $url_str = "$url"; # $body = str_replace($url,$url_str,$body); - echo "$where, $end
"; + # echo "$where, $end
"; $body = replaceBlock($body,$url_str,$where,$end); $start = strpos($body,"",$where); } else { -- 2.25.1