From 1e9147a35242e722c208f55cc6ea3d49dd20e252 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Fri, 23 Jan 2009 13:41:38 -0500 Subject: Return CategoryID from the json interface. Signed-off-by: Loui Chang --- web/lib/aurjson.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index 6ff9b0f..81c0831 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -22,7 +22,7 @@ if (!extension_loaded('json')) class AurJSON { private $dbh = false; private $exposed_methods = array('search','info'); - private $fields = array('ID','Name','Version','Description', + private $fields = array('ID','Name','Version','CategoryID','Description', 'URL','URLPath','License','NumVotes','OutOfDate'); /** -- cgit v1.2.3-54-g00ecf