Preparation to begin using phpdocumentor.
[squirrelmail.git] / functions / url_parser.php
index 20b1fdae39e54b761009d62e702588d4969daf8d..02181fbe972eddafc01b8587556775dbc2c22649 100644 (file)
  * used by the rest of the Squirrelmail code.
  *
  * $Id$
+ * @package squirrelmail
  */
 
+/**
+ * Undocumented - complain, then patch.
+ */
 function replaceBlock (&$in, $replace, $start, $end) {
     $begin = substr($in,0,$start);
     $end   = substr($in,$end,strlen($in)-$end);