From 3fd08d5715f9ce53d3a7bdd2ef8565e2ec3ae22f Mon Sep 17 00:00:00 2001 From: Sergej Pupykin Date: Tue, 25 Aug 2009 16:04:15 +0400 Subject: remove community Signed-off-by: Loui Chang --- web/lib/stats.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'web/lib/stats.inc') diff --git a/web/lib/stats.inc b/web/lib/stats.inc index 706027c9..85c7e28e 100644 --- a/web/lib/stats.inc +++ b/web/lib/stats.inc @@ -67,11 +67,6 @@ function user_table($user, $dbh) # If the user is a TU calculate the number of the packages $atype = account_from_sid($_COOKIE["AURSID"]); - if (($atype == 'Trusted User') || ($atype == 'Developer')) { - $maintainer_community_count = db_cache_value(sprintf($base_q, 'community'), $dbh, - $apc_prefix . 'user_community_count:' . $escuser); - } - include('stats/user_table.php'); } @@ -82,9 +77,6 @@ function general_stats_table($dbh) $q = "SELECT count(*) FROM Packages,PackageLocations WHERE Packages.LocationID = PackageLocations.ID AND PackageLocations.Location = 'unsupported'"; $unsupported_count = db_cache_value($q, $dbh, $apc_prefix . 'unsupported_count'); - $q = "SELECT count(*) FROM Packages,PackageLocations WHERE Packages.LocationID = PackageLocations.ID AND PackageLocations.Location = 'community'"; - $community_count = db_cache_value($q, $dbh, $apc_prefix . 'community_count'); - $q = "SELECT count(*) from Users"; $user_count = db_cache_value($q, $dbh, $apc_prefix . 'user_count'); -- cgit v1.2.3-24-g4f1b