Tests considering removing of the title

This commit is contained in:
Michael Vogel 2012-06-29 21:40:54 +02:00
parent a81af2e042
commit 52569e536e
1 changed files with 4 additions and 2 deletions

View File

@ -306,6 +306,9 @@ function get_atom_elements($feed,$item) {
$res['body'] = unxmlify($item->get_content());
$res['plink'] = unxmlify($item->get_link(0));
//$debugfile = tempnam("/home/ike/log", "item-res-");
//file_put_contents($debugfile, serialize($res));
if($res['plink'])
$base_url = implode('/', array_slice(explode('/',$res['plink']),0,3));
else
@ -1645,7 +1648,6 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $pass = 0)
$item_id = $item->get_id();
$datarray = get_atom_elements($feed,$item);
if((! x($datarray,'author-name')) && ($contact['network'] != NETWORK_DFRN))
$datarray['author-name'] = $contact['name'];
if((! x($datarray,'author-link')) && ($contact['network'] != NETWORK_DFRN))
@ -3469,4 +3471,4 @@ function posted_date_widget($url,$uid,$wall) {
'$dates' => $ret
));
return $o;
}
}