summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-08 19:01:23 +0400
committerAndrew Dolgov <[email protected]>2012-03-08 19:01:23 +0400
commitb11e9943d86c373d458725b50524d83f17fe4b70 (patch)
tree217d35bc961443182049192929eab98d5fa5b671 /include
parent5b7bd238eeed1aa83fe47f715c79b16b42ab347f (diff)
API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 2 insertions, 0 deletions
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);
}