From c751921affdcc8e67df2c04cb00de2d0c58e1927 Mon Sep 17 00:00:00 2001
From: Lukas Fleischer
= __('DISCLAIMER') ?>: - = __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.'); ?> + = __('AUR packages are user produced content. Any use of the provided files is at your own risk.'); ?>
diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php index 203be0a..5a24591 100644 --- a/web/lib/stats.inc.php +++ b/web/lib/stats.inc.php @@ -39,8 +39,7 @@ function user_table($userid) { $base_q.= "WHERE MaintainerUID = " . $userid . " "; $base_q.= "AND PackagerUID IS NOT NULL"; - $maintainer_unsupported_count = db_cache_value($base_q, - 'user_unsupported_count:' . $userid); + $user_pkg_count = db_cache_value($base_q, 'user_pkg_count:' . $userid); $q = "SELECT COUNT(*) FROM PackageBases "; $q.= "WHERE OutOfDateTS IS NOT NULL "; @@ -60,7 +59,7 @@ function user_table($userid) { function general_stats_table() { # AUR statistics $q = "SELECT COUNT(*) FROM PackageBases WHERE PackagerUID IS NOT NULL"; - $unsupported_count = db_cache_value($q, 'unsupported_count'); + $pkg_count = db_cache_value($q, 'pkg_count'); $q = "SELECT COUNT(*) FROM PackageBases "; $q.= "WHERE MaintainerUID IS NULL "; diff --git a/web/template/cgit/footer.html b/web/template/cgit/footer.html index 80481d9..36e0f1b 100644 --- a/web/template/cgit/footer.html +++ b/web/template/cgit/footer.html @@ -1,6 +1,6 @@ diff --git a/web/template/footer.php b/web/template/footer.php index 068cc06..1b3c936 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -6,7 +6,7 @@aurweb = htmlspecialchars($ver) ?>
Copyright © 2004-= date("Y") ?> aurweb Development Team.
-= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?>
+= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?>