diff --git a/mod/parse_url.php b/mod/parse_url.php index a6b7cd5024..6104f6caa8 100644 --- a/mod/parse_url.php +++ b/mod/parse_url.php @@ -1,6 +1,15 @@ true, "nobody" => true)); @@ -114,7 +123,8 @@ function parse_url_content(&$a) { killme(); } - + // If there is allready some content information submitted we don't + // need to parse the url for content. if ($url && $title && $text) { $title = str_replace(array("\r","\n"),array("",""),$title); @@ -134,7 +144,7 @@ function parse_url_content(&$a) { killme(); } - // Fetch the information from the webpage + // Fetch the information directly from the webpage $siteinfo = ParseUrl::getSiteinfo($url); unset($siteinfo["keywords"]);