diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
index d75ac2fd906..9c642e4a03a 100644
--- a/htdocs/projet/tasks.php
+++ b/htdocs/projet/tasks.php
@@ -809,11 +809,13 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
print '';
}
}
- // Contacts of task for backward compatibility,
+ // Contacts of task, disabled because available by default jsut after
+ /*
if (!empty($conf->global->PROJECT_SHOW_CONTACTS_IN_LIST)) {
print '
| ';
}
-
+ */
+
if (!empty($arrayfields['c.assigned']['checked'])) {
print '';
print ' | ';
@@ -869,10 +871,12 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
print_liste_field_titre($arrayfields['t.billed']['label'], $_SERVER["PHP_SELF"], "", '', $param, '', $sortfield, $sortorder, 'right ');
}
}
- // Contacts of task for backward compatibility,
+ // Contacts of task, disabled because available by default jsut after
+ /*
if (!empty($conf->global->PROJECT_SHOW_CONTACTS_IN_LIST)) {
print_liste_field_titre("TaskRessourceLinks", $_SERVER["PHP_SELF"], '', '', $param, $sortfield, $sortorder);
}
+ */
if (!empty($arrayfields['c.assigned']['checked'])) {
print_liste_field_titre($arrayfields['c.assigned']['label'], $_SERVER["PHP_SELF"], "", '', $param, '', $sortfield, $sortorder, 'right ', '');
}