diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php
index 2b7f76dedf9..3b26576b0fa 100644
--- a/htdocs/core/class/html.formprojet.class.php
+++ b/htdocs/core/class/html.formprojet.class.php
@@ -269,7 +269,7 @@ class FormProjets
* @param int $discard_closed Discard closed projects (0=Keep,1=hide completely,2=Disable)
* @param int $forcefocus Force focus on field (works with javascript only)
* @param int $disabled Disabled
- * @return int Nber of project if OK, <0 if KO
+ * @return int Nbr of project if OK, <0 if KO
*/
function selectTasks($socid=-1, $selected='', $htmlname='taskid', $maxlength=24, $option_only=0, $show_empty=1, $discard_closed=0, $forcefocus=0, $disabled=0)
{
diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php
index 1cda2b97f68..f41d585a6b8 100644
--- a/htdocs/projet/activity/perday.php
+++ b/htdocs/projet/activity/perday.php
@@ -379,7 +379,7 @@ print '';
print '';
print $langs->trans("AssignTaskToMe").'
';
$formproject->selectTasks($socid?$socid:-1, $taskid, 'taskid', 32, 0, 1, 1);
-print $formcompany->selectTypeContact($object, '', 'type','internal','rowid', 1);
+print $formcompany->selectTypeContact($object, '', 'type','internal','rowid', 0);
print '';
print '';
diff --git a/htdocs/projet/activity/perweek.php b/htdocs/projet/activity/perweek.php
index cef0f2ebf8b..4376811142b 100644
--- a/htdocs/projet/activity/perweek.php
+++ b/htdocs/projet/activity/perweek.php
@@ -388,7 +388,7 @@ print '';
print '';
print $langs->trans("AssignTaskToMe").'
';
$formproject->selectTasks($socid?$socid:-1, $taskid, 'taskid', 32, 0, 1, 1);
-print $formcompany->selectTypeContact($object, '', 'type','internal','rowid', 1);
+print $formcompany->selectTypeContact($object, '', 'type','internal','rowid', 0);
print '';
print '';