Remove unnecessary database connection parameter from all functions
commit8d6c872297459ceb463ed496968cc7cea32274a8
authorcanyonknight <canyonknight@gmail.com>
Sun, 3 Feb 2013 16:26:29 +0000 (3 16:26 +0000)
committerLukas Fleischer <archlinux@cryptocrack.de>
Sun, 10 Feb 2013 11:10:38 +0000 (10 12:10 +0100)
tree2e1e5e07459f7ce62be0dccf26609bef4b2ad873
parent8e03e68d687015b5cd8c9d3857e1a1d007252afa
Remove unnecessary database connection parameter from all functions

All functions now have a database connection method that will use
the same database connection. This imitates the functionality of
passing a database connection as an argument and makes it redundant.

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
web/html/home.php
web/html/logout.php
web/html/pkgsubmit.php
web/lib/acctfuncs.inc.php
web/lib/aur.inc.php
web/lib/cachefuncs.inc.php
web/lib/pkgfuncs.inc.php
web/lib/stats.inc.php