Removed unneeded stuff

This commit is contained in:
Michael 2017-10-17 09:14:10 +00:00
parent aa284a2ae6
commit 7c658439da
1 changed files with 0 additions and 1 deletions

View File

@ -354,7 +354,6 @@ function feed_import($xml,$importer,&$contact, &$hub, $simulate = false) {
}
if (strlen($item["title"]) > strlen($item["body"])) {
//echo "*".strlen($item["title"]).">".strlen($item["body"])."\n";
$item["body"] = $item["title"];
$item["title"] = "";
}