From: oricn Date: Thu, 8 Jun 2000 18:36:10 +0000 (+0000) Subject: Wrong version commited last time :P X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=37bc941d140771c7944eb3d80902da0f2abf4a3e Wrong version commited last time :P git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@536 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/url_parser.php b/functions/url_parser.php index 5b285391..cc0accca 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", "<", ">", ".\r", ".\n", ". ", " ", ")", "("); + $poss_ends=array(" ", "\n", "\r", "<", ">", ".\r", ".\n", ". ", " ", ")", "(","""); $done=False; while (!$done) { #Look for when a URL starts