Apparently usort() REQUIRES a user-defined function instead of a PHP
[squirrelmail.git] / functions / url_parser.php
index 53c18a24011fd6698164c48a4d9c8eb0879cf23f..cf6fc3d9fb5e9d187a014fde0990f28d027acf78 100644 (file)
@@ -1,5 +1,6 @@
 <?php
    /* URL Passing code to allow links from with in emails */
+   /* $Id$ */
 
    $url_parser_php = true;
 
@@ -64,7 +65,7 @@
 
       $poss_ends = array(' ', '\n', '\r', '<', '>', '.\r', '.\n', '.&nbsp;', 
          '&nbsp;', ')', '(', '&quot;', '&lt;', '&gt;', '.<', ']', '[', '{', 
-         '}', "\240");
+         '}', '\240');
 
       $start = 0;
       $target_pos = strlen($body);