@@ 606-609 (lines=4) @@ | ||
603 | else if($links->attrs->rel == 'alternate') $item->link = $links->attrs->href; |
|
604 | ||
605 | $content_item->setContentsLink($rss->link); |
|
606 | if($item->title) |
|
607 | { |
|
608 | if(stripos($value->title->attrs->type, "html") === FALSE) $item->title = $value->title->body; |
|
609 | } |
|
610 | $content_item->setTitle($item->title); |
|
611 | $content_item->setNickName(max($item->author,$item->{'dc:creator'})); |
|
612 | $content_item->setAuthorSite($value->author->uri->body); |
@@ 555-558 (lines=4) @@ | ||
552 | else if($links->attrs->rel == 'alternate') $item->link = $links->attrs->href; |
|
553 | ||
554 | $content_item->setContentsLink($rss->link); |
|
555 | if($item->title) |
|
556 | { |
|
557 | if(stripos($value->title->attrs->type, "html") === FALSE) $item->title = $value->title->body; |
|
558 | } |
|
559 | $content_item->setTitle($item->title); |
|
560 | $content_item->setNickName(max($item->author,$item->{'dc:creator'})); |
|
561 | $content_item->setAuthorSite($value->author->uri->body); |