Bläddra i källkod

Commented out a DEBUGING line in the URL Parser code.

oricn 25 år sedan
förälder
incheckning
edfe18a7f2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      functions/url_parser.php

+ 1 - 1
functions/url_parser.php

@@ -64,7 +64,7 @@
             if ($url != "") {
                $url_str = "<a href=\"$url\" target=\"_blank\">$url</a>";
                #    $body = str_replace($url,$url_str,$body); 
-               echo "$where, $end<br>";
+               # echo "$where, $end<br>";
                $body = replaceBlock($body,$url_str,$where,$end);
                $start = strpos($body,"</a>",$where);
             } else {