|
....pm, method $entry->comment_list must returns a list of comments
+ # to the entry, but here, in scalar context, it returns quantity of a comments as integer number.
+ $h{comments} = $entry->comment_list;
+
push @$out, \%h;
}
- #return XMLout({ 'item' => $out, 'nextpage' => 1, 'previouspage' => 2 }, TODO: skip
return XMLout({ 'item' => $out },
XMLDecl => ' ',
RootName => 'friendspage');

http://community.livejournal.com/changelog/6975974.html
0 links
Published: 9 months, 1 week ago (Tue, 24 Feb 2009 04:45:59 PST); 1165 bytes
|