From 400efc65d5f9cd25970ce9bbfe79d9e5e65c6bd7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 Jun 2006 10:05:04 +0100 Subject: [PATCH] change category_id to cat_id (rss.getSubscribedFeeds) --- xml-rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2