Merge branch 'maint'

This commit is contained in:
Lukas Fleischer 2013-01-19 12:21:26 +01:00
commit 49e6184508
5 changed files with 9 additions and 7 deletions

View file

@ -303,8 +303,6 @@ function html_header($title="", $details=array()) {
global $LANG;
global $SUPPORTED_LANGS;
$title = htmlspecialchars($title, ENT_QUOTES);
include('header.php');
return;
}

View file

@ -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');
}