Re: [PATCH] Handle empty resultset getting recent 10 packages

2018-03-20 Thread Lukas Fleischer
On Tue, 20 Mar 2018 at 21:47:44, nodivbyzero wrote: > --- > web/lib/stats.inc.php | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > [...] Merged, thanks!

Re: [PATCH] Handle empty resultset getting recent 10 packages

2018-03-20 Thread Nodiv Byzero
Replaced spaces w/ tabs in this version On Tue, Mar 20, 2018 at 8:47 PM, nodivbyzero wrote: > --- > web/lib/stats.inc.php | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php > index 80619fe..f5692f9 100644 > --- a/web/lib

[PATCH] Handle empty resultset getting recent 10 packages

2018-03-20 Thread nodivbyzero
--- web/lib/stats.inc.php | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php index 80619fe..f5692f9 100644 --- a/web/lib/stats.inc.php +++ b/web/lib/stats.inc.php @@ -19,10 +19,12 @@ function updates_table() { $

Re: [PATCH] Handle empty resultset getting recent 10 packages

2018-03-20 Thread Nodiv Byzero
It renders incorrectly main page(Statistics) with empty database. On Tue, Mar 20, 2018 at 8:33 PM, nodivbyzero wrote: > --- > web/lib/stats.inc.php | 11 +++ > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php > index 80619fe..

[PATCH] Handle empty resultset getting recent 10 packages

2018-03-20 Thread nodivbyzero
--- web/lib/stats.inc.php | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php index 80619fe..0fa3ec6 100644 --- a/web/lib/stats.inc.php +++ b/web/lib/stats.inc.php @@ -19,10 +19,13 @@ function updates_table() {