Skip to content

Commit

Permalink
Fix: Introduce hidden option to disable feature than hangs when too much
Browse files Browse the repository at this point in the history
data
  • Loading branch information
eldy committed Feb 27, 2016
1 parent 193699a commit 6b7551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/projet/activity/index.php
Expand Up @@ -375,7 +375,7 @@
print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';


if (empty($conf->global->PROJECT_HIDE_TASKS))
if (empty($conf->global->PROJECT_HIDE_TASKS) && empty($conf->global->PROJECT_HIDE_LIST_HOME_AREA))
{
// Get id of types of contacts for projects (This list never contains a lot of elements)
$listofprojectcontacttype=array();
Expand Down

0 comments on commit 6b7551c

Please sign in to comment.