change category_id to cat_id (rss.getSubscribedFeeds)

This commit is contained in:
Andrew Dolgov 2006-06-19 10:05:04 +01:00
parent 5ba41c312f
commit 400efc65d5
1 changed files with 1 additions and 1 deletions

View File

@ -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");