added ( and ) to end markers of html parsing, fixed folder subscribing on UW
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 30 Apr 2000 06:24:45 +0000 (06:24 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 30 Apr 2000 06:24:45 +0000 (06:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@481 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/url_parser.php

index 301222e50a6fd540af1711b4c793fa9c10efba24..fb47657ec2e6e818eb39c4d7d52567a0653302ee 100644 (file)
@@ -18,7 +18,7 @@
    function parseUrl ($body) {
       #Possible ways a URL could finish.
 
-      $poss_ends=array(" ","\n","\r","<",">",".&nbsp","&nbsp");
+      $poss_ends=array(" ","\n","\r","<",">",".&nbsp","&nbsp",")","(");
       $done=False;
       while (!$done) {
          #Look for when a URL starts