mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'maint'
This commit is contained in:
commit
49e6184508
5 changed files with 9 additions and 7 deletions
|
@ -303,8 +303,6 @@ function html_header($title="", $details=array()) {
|
|||
global $LANG;
|
||||
global $SUPPORTED_LANGS;
|
||||
|
||||
$title = htmlspecialchars($title, ENT_QUOTES);
|
||||
|
||||
include('header.php');
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -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