diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-04-05 15:13:01 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-04-05 15:54:21 +0200 |
commit | d16f7cf712f0f2f14343ff55a625b12603f542a4 (patch) | |
tree | d03b4552c1b5beaadee6a921db8888e048ceedec /web/template/pkgbase_details.php | |
parent | f4613442114b36d32e903b5b0608b73e32bdbc3f (diff) | |
download | aurweb-d16f7cf712f0f2f14343ff55a625b12603f542a4.tar.xz |
Use snake case for all package functions
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/pkgbase_details.php')
-rw-r--r-- | web/template/pkgbase_details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkgbase_details.php b/web/template/pkgbase_details.php index 8da23c4..20d75be 100644 --- a/web/template/pkgbase_details.php +++ b/web/template/pkgbase_details.php @@ -4,7 +4,7 @@ $uid = uid_from_sid($SID); $base_id = intval($row['ID']); -$catarr = pkgCategories(); +$catarr = pkg_categories(); $submitter = username_from_id($row["SubmitterUID"]); $maintainer = username_from_id($row["MaintainerUID"]); |