diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-22 23:58:00 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-22 23:58:00 -0500 |
commit | 08b0bbd0587b891ca9a4c8fa3a22cf7524c36265 (patch) | |
tree | 9acb330c10ed60d6559f7fbe3420460894bd925e /web/lib/stats.inc.php | |
parent | 38b1bbe78df3a518f0688e50f1d6361221b95ea1 (diff) |
these changes were sitting herepurweb/master0
Diffstat (limited to 'web/lib/stats.inc.php')
-rw-r--r-- | web/lib/stats.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php index 203be0a..eaa3321 100644 --- a/web/lib/stats.inc.php +++ b/web/lib/stats.inc.php @@ -58,7 +58,7 @@ function user_table($userid) { * @return void */ function general_stats_table() { - # AUR statistics + # aurweb statistics $q = "SELECT COUNT(*) FROM PackageBases WHERE PackagerUID IS NOT NULL"; $unsupported_count = db_cache_value($q, 'unsupported_count'); |