replace with ''
[squirrelmail.git] / functions / url_parser.php
index ad2fa4839e6c3b86d6838d8e151b6e69b65ad5a2..cf6fc3d9fb5e9d187a014fde0990f28d027acf78 100644 (file)
@@ -65,7 +65,7 @@
 
       $poss_ends = array(' ', '\n', '\r', '<', '>', '.\r', '.\n', '.&nbsp;', 
          '&nbsp;', ')', '(', '&quot;', '&lt;', '&gt;', '.<', ']', '[', '{', 
-         '}', "\240");
+         '}', '\240');
 
       $start = 0;
       $target_pos = strlen($body);