From 676595f9bf4ecb3de96d02c89440a6fdaf7fc797 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 5 Apr 2014 15:41:29 +0200 Subject: Prefix package functions with pkg_/pkgbase_ Signed-off-by: Lukas Fleischer --- web/html/voters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/voters.php') diff --git a/web/html/voters.php b/web/html/voters.php index 9a0bdd3..bbcf547 100644 --- a/web/html/voters.php +++ b/web/html/voters.php @@ -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")); -- cgit v1.3.1