Return CategoryID from the json interface.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-01-23 13:41:38 -05:00
parent 80a95443c5
commit 1e9147a352

View file

@ -22,7 +22,7 @@ if (!extension_loaded('json'))
class AurJSON { class AurJSON {
private $dbh = false; private $dbh = false;
private $exposed_methods = array('search','info'); 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'); 'URL','URLPath','License','NumVotes','OutOfDate');
/** /**