From 1664a24198a3f3ef3fb3529ce8761fd030325e43 Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Sun, 31 Jan 2016 20:07:45 +0100 Subject: Remove 'new' tag from updates table It was hard to make it consistent with the other new icons from Open Iconic and it hadn't much use after all. Signed-off-by: Marcel Korpel Signed-off-by: Lukas Fleischer --- web/lib/stats.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/lib') diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php index 5a245918..80619fe1 100644 --- a/web/lib/stats.inc.php +++ b/web/lib/stats.inc.php @@ -11,7 +11,7 @@ function updates_table() { $dbh = DB::connect(); $key = 'recent_updates'; if(!($newest_packages = get_cache_value($key))) { - $q = 'SELECT Packages.Name, Version, ModifiedTS, SubmittedTS '; + $q = 'SELECT Packages.Name, Version, ModifiedTS '; $q.= 'FROM Packages INNER JOIN PackageBases ON '; $q.= 'Packages.PackageBaseID = PackageBases.ID '; $q.= 'WHERE PackageBases.PackagerUID IS NOT NULL '; -- cgit v1.2.3-24-g4f1b