[aur-dev] [PATCH] stats.inc.php: Show the 15 most recent updates

Lukas Fleischer lfleischer at archlinux.org
Thu Jun 11 22:02:25 UTC 2015


Signed-off-by: Lukas Fleischer <lfleischer at archlinux.org>
---
 web/lib/stats.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php
index 6ca5011..52637be 100644
--- a/web/lib/stats.inc.php
+++ b/web/lib/stats.inc.php
@@ -15,7 +15,7 @@ function updates_table() {
 		$q.= 'FROM Packages INNER JOIN PackageBases ON ';
 		$q.= 'Packages.PackageBaseID = PackageBases.ID ';
 		$q.= 'WHERE PackageBases.PackagerUID IS NOT NULL ';
-		$q.= 'ORDER BY ModifiedTS DESC LIMIT 10';
+		$q.= 'ORDER BY ModifiedTS DESC LIMIT 15';
 		$result = $dbh->query($q);
 
 		$newest_packages = new ArrayObject();
-- 
2.4.2


More information about the aur-dev mailing list