Remove unnecessary atype and uid lookup from package_details()
commit45a50d4a66f5e57d260109e1f332ee7d06183d46
authorDan McGee <dan@archlinux.org>
Thu, 11 Aug 2011 14:04:01 +0000 (11 09:04 -0500)
committerLukas Fleischer <archlinux@cryptocrack.de>
Thu, 11 Aug 2011 14:17:09 +0000 (11 16:17 +0200)
treef328c090e1a1ff6d8618b080704a33bdf0cddf29
parent34fe0bec4cd29d1f8bcdfb34fb810556bfd939b2
Remove unnecessary atype and uid lookup from package_details()

These were never used in the function. Where they are used is in the
pkg_details.php template, so move them closer to their actual usage so
as not to confuse poor programmers such as myself.

Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
web/lib/pkgfuncs.inc.php
web/template/pkg_details.php