diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
index 084c543a8c2..0018a5b6b76 100644
--- a/htdocs/core/lib/company.lib.php
+++ b/htdocs/core/lib/company.lib.php
@@ -1047,9 +1047,8 @@ function show_contacts($conf, $langs, $db, $object, $backtopage = '')
print '
';
if (in_array($key, array('statut'))){
print $form->selectarray('search_status', array('-1'=>'','0'=>$contactstatic->LibStatut(0, 1),'1'=>$contactstatic->LibStatut(1, 1)), $search_status);
- }else{
- $fieldName = substr($key, 2);
- print sprintf('', $fieldName, dol_escape_htmltag($search[$key]));
+ } else {
+ print '';
}
print ' | ';
}