Removed unneeded stuff
This commit is contained in:
parent
aa284a2ae6
commit
7c658439da
|
@ -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"] = "";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user