sending messages takes you back to previous mailbox
[squirrelmail.git] / functions / url_parser.php
index bcb5f7b91d113677d7ab93a6e7f086f127fe313a..676c9f1a3fea8e028fffc0d03e4cf57401898f01 100644 (file)
@@ -22,7 +22,7 @@
       $done=False;
       while (!$done) {
          #Look for when a URL starts
-         $where = strpos($body,"http:",$start);
+         $where = strpos(strtolower($body),"http://",$start);
          if ($where) {
             # Find the end of that URL
             reset($poss_ends); $end=0;