]> git.wh0rd.org - tt-rss.git/commitdiff
change category_id to cat_id (rss.getSubscribedFeeds)
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 19 Jun 2006 09:05:04 +0000 (10:05 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 19 Jun 2006 09:05:04 +0000 (10:05 +0100)
xml-rpc.php

index b922dfb25ab2a03aa914f8ac43d2cab2321e0b32..20f7c7da3cab659c2644ec2201ed65fff75b2b68 100644 (file)
                                                "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");