summaryrefslogtreecommitdiffstats
path: root/web/lib
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib')
-rw-r--r--web/lib/aur.inc.php2
-rw-r--r--web/lib/stats.inc.php3
2 files changed, 0 insertions, 5 deletions
diff --git a/web/lib/aur.inc.php b/web/lib/aur.inc.php
index e392102..9317ec9 100644
--- a/web/lib/aur.inc.php
+++ b/web/lib/aur.inc.php
@@ -303,8 +303,6 @@ function html_header($title="", $details=array()) {
global $LANG;
global $SUPPORTED_LANGS;
- $title = htmlspecialchars($title, ENT_QUOTES);
-
include('header.php');
return;
}
diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php
index 60973e9..cfae794 100644
--- a/web/lib/stats.inc.php
+++ b/web/lib/stats.inc.php
@@ -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');
}