From b11e9943d86c373d458725b50524d83f17fe4b70 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Mar 2012 19:01:23 +0400 Subject: API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3 --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index dc5cbc816..909305af6 100644 --- a/include/functions.php +++ b/include/functions.php @@ -4510,6 +4510,8 @@ $headline_row["labels"] = $labels; + $headline_row["feed_title"] = $line["feed_title"]; + array_push($headlines, $headline_row); } -- cgit v1.2.3