From: Andrew Dolgov Date: Mon, 19 Jun 2006 09:05:04 +0000 (+0100) Subject: change category_id to cat_id (rss.getSubscribedFeeds) X-Git-Tag: 1.2.1~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=400efc65d5f9cd25970ce9bbfe79d9e5e65c6bd7;p=tt-rss.git change category_id to cat_id (rss.getSubscribedFeeds) --- diff --git a/xml-rpc.php b/xml-rpc.php index b922dfb2..20f7c7da 100644 --- a/xml-rpc.php +++ b/xml-rpc.php @@ -185,7 +185,7 @@ "title" => new xmlrpcval($line["title"]), "id" => new xmlrpcval($line["id"], "int"), "unread" => new xmlrpcval($unread, "int"), - "category_id" => new xmlrpcval($line["cat_id"], "int"), + "cat_id" => new xmlrpcval($line["cat_id"], "int"), "last_updated" => new xmlrpcval(strtotime($line["last_updated"]), "int") ), "struct");