summaryrefslogtreecommitdiffstats
path: root/web/lib/stats.inc.php
diff options
context:
space:
mode:
authorcanyonknight <canyonknight@gmail.com>2013-02-03 16:26:30 +0000
committerLukas Fleischer <archlinux@cryptocrack.de>2013-02-10 12:10:38 +0100
commit4235d24039258c80ef102e8a52550add5117f2e5 (patch)
treecdaf53a1999e6d5557bfb917c181391e6ce1f30a /web/lib/stats.inc.php
parent8d6c872297459ceb463ed496968cc7cea32274a8 (diff)
downloadaurweb-4235d24039258c80ef102e8a52550add5117f2e5.tar.xz
Remove documentation references to database parameter
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/stats.inc.php')
-rw-r--r--web/lib/stats.inc.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php
index 3b7cb8f..e0e0b02 100644
--- a/web/lib/stats.inc.php
+++ b/web/lib/stats.inc.php
@@ -5,8 +5,6 @@ include_once('aur.inc.php');
/**
* Display the most recent 10 packages
*
- * @param \PDO $dbh An already established database connection
- *
* @return void
*/
function updates_table() {
@@ -29,7 +27,6 @@ function updates_table() {
* Display a user's statistics table
*
* @param string $userid The user ID of the person to get package statistics for
- * @param \PDO $dbh An already established database connection
*
* @return void
*/
@@ -49,8 +46,6 @@ function user_table($userid) {
/**
* Display the general package statistics table
*
- * @param \PDO $dbh An already established database connection
- *
* @return void
*/
function general_stats_table() {