diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index 321e793c71448..2c8338082e681 100755 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -80,9 +80,8 @@ $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";