mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Prefix package functions with pkg_/pkgbase_
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
d16f7cf712
commit
676595f9bf
12 changed files with 91 additions and 91 deletions
|
@ -5,7 +5,7 @@ include_once('pkgfuncs.inc.php');
|
|||
|
||||
$SID = $_COOKIE['AURSID'];
|
||||
$pkgname = htmlspecialchars($_GET['N']);
|
||||
$votes = votes_for_pkgname($pkgname);
|
||||
$votes = pkgbase_votes_from_name($pkgname);
|
||||
$atype = account_from_sid($SID);
|
||||
|
||||
html_header(__("Voters"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue