RPC: Fix info queries when using package IDs
commit53a31865f41db7315dc5c99e1b100f397ef80b1a
authorLukas Fleischer <archlinux@cryptocrack.de>
Mon, 22 Aug 2011 06:17:26 +0000 (22 08:17 +0200)
committerLukas Fleischer <archlinux@cryptocrack.de>
Mon, 22 Aug 2011 06:17:26 +0000 (22 08:17 +0200)
tree2d359e3f06f4bd038a9bdc9034e8b92903e1236a
parentdad42297c7fe5404b2b7c65cd350b7ea4a8ac865
RPC: Fix info queries when using package IDs

Info queries using package IDs were no longer working due to commit
c6d84b3a8df10c522d79c754d4f73cb2a352586f, which introduced a table join
in process_query(), thus making the "ID" column ambiguous. Fix this by
explicitly specifying the table to use. Fixes FS#25696.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
web/lib/aurjson.class.php