diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index 321e793c714..2c8338082e6 100755 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -80,9 +80,8 @@ else if ($type == "o") $titre.=' ('.$langs->trans("OthersNotLinkedToThirdParty").')'; $urlfiche=""; } -if ($view == '') { $text=" (Vue Telephones) (Vue EMail)"; } -if ($view == 'phone') { $text=" (Vue Telephones) (Vue EMail)"; } -if ($view == 'mail') { $text=" (Vue Telephones) (Vue EMail)"; } +if ($view == 'phone') { $text=" (Vue Telephones) (Vue EMail)"; } +if ($view == '' || $view == 'mail') { $text=" (Vue Telephones) (Vue EMail)"; } if ($view == 'recent') { $text=" (Recents)"; } if (! empty($text)) $titre.= " $text";