diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-01-19 12:21:26 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-01-19 12:21:26 +0100 |
commit | 49e61845085aff6076a3dde056d08a278f447e6d (patch) | |
tree | bd047d36321dbcff4b64e80d6ac7f2d7d4f31908 /web/lib | |
parent | 8e1051932eb86ef87f7b64efc86f50e633201b56 (diff) | |
parent | 07edcdab17f78ef39c3b975ea3cdbac38de8a800 (diff) |
Merge branch 'maint'
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/aur.inc.php | 2 | ||||
-rw-r--r-- | web/lib/stats.inc.php | 3 |
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'); } |