mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
stats.inc.php: Remove unnecessary account type lookup
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
d23a870671
commit
07edcdab17
1 changed files with 0 additions and 3 deletions
|
@ -43,9 +43,6 @@ function user_table($userid, $dbh) {
|
|||
$flagged_outdated = db_cache_value($q, $dbh,
|
||||
'user_flagged_outdated:' . $userid);
|
||||
|
||||
# If the user is a TU calculate the number of the packages
|
||||
$atype = account_from_sid($_COOKIE["AURSID"]);
|
||||
|
||||
include('stats/user_table.php');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue