From 57250a164172672f26c763e8453855f74d72c191 Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Wed, 19 Aug 2015 09:47:10 +0200 Subject: updates_table.php: Fix identification of new packages Currently, package creation has to be done separately from first submission, so ModifiedTS will never be the same as SubmittedTS. Consider all packages that are submitted within an hour from package creation as new. Signed-off-by: Marcel Korpel Signed-off-by: Lukas Fleischer --- web/template/stats/updates_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template') diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index a4b31c5..775d707 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -10,7 +10,7 @@ " title=""> - + New! -- cgit v1.2.3-54-g00ecf