X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Furl_parser.php;h=2a6da6670a431306baef4f3ef36cba60abbd322b;hb=33f347ebbef91903d367a8604e8bf965a2ef2ce3;hp=c9dbcc53c92676c2b85abdb4a6169c8e6f826c58;hpb=598294a727a2789b7c562ee7083da703c8bb0628;p=squirrelmail.git diff --git a/functions/url_parser.php b/functions/url_parser.php index c9dbcc53..2a6da667 100644 --- a/functions/url_parser.php +++ b/functions/url_parser.php @@ -157,7 +157,7 @@ function parseUrl (&$body) { $mailto_params .= '?' . $to; } } - $url_str = str_replace(array('to=', 'cc=', 'bcc='), array('send_to=', 'send_to_cc=', 'send_to_bcc='), $mailto_params); + $url_str = preg_replace(array('/to=/i', '/(? \ No newline at end of file +?>