mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove documentation references to database parameter
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
8d6c872297
commit
4235d24039
4 changed files with 0 additions and 71 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue