API: support comments count/url (2)

This commit is contained in:
Andrew Dolgov 2012-10-09 19:24:23 +04:00
parent ff0ff5f064
commit 7704bdc006
1 changed files with 0 additions and 3 deletions

View File

@ -4647,9 +4647,6 @@
$headline_row["feed_title"] = $line["feed_title"]; $headline_row["feed_title"] = $line["feed_title"];
if (!$line["comments"] && $line["num_comments"] > 0)
$line["comments"] = $line["link"];
$headline_row["comments_count"] = (int)$line["num_comments"]; $headline_row["comments_count"] = (int)$line["num_comments"];
$headline_row["comments_link"] = $line["comments"]; $headline_row["comments_link"] = $line["comments"];