From d41f87acabd4eb227a3e65642ef6e7b1d6db167f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 26 May 2014 01:27:22 +0200 Subject: [PATCH] Fix: Option to limit was not used everywhere. --- htdocs/projet/tasks/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/tasks/index.php b/htdocs/projet/tasks/index.php index cf4d996487b..5483c41e411 100644 --- a/htdocs/projet/tasks/index.php +++ b/htdocs/projet/tasks/index.php @@ -119,7 +119,7 @@ print ''; print ''; print "\n"; -if (count($tasksarray) > 1000) +if (count($tasksarray) > (empty($conf->global->PROJECT_LIMIT_TASK_PROJECT_AREA)?1000:$conf->global->PROJECT_LIMIT_TASK_PROJECT_AREA)) { print ''; print '';