From 6bb8ae541c24d78a572b9fbf0042361e00ede719 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sun, 30 Apr 2000 06:24:45 +0000 Subject: [PATCH] added ( and ) to end markers of html parsing, fixed folder subscribing on UW git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@481 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 301222e5..fb47657e 100644 --- a/functions/url_parser.php +++ b/functions/url_parser.php @@ -18,7 +18,7 @@ function parseUrl ($body) { #Possible ways a URL could finish. - $poss_ends=array(" ","\n","\r","<",">",". "," "); + $poss_ends=array(" ","\n","\r","<",">",". "," ",")","("); $done=False; while (!$done) { #Look for when a URL starts -- 2.25.1