diff --git a/htdocs/user/list.php b/htdocs/user/list.php index c8951176354..04921893b6f 100644 --- a/htdocs/user/list.php +++ b/htdocs/user/list.php @@ -773,12 +773,12 @@ while ($i < ($limit ? min($num, $limit) : $num)) } if (!empty($arrayfields['u.office_phone']['checked'])) { - print "".dol_print_phone($obj->office_phone, $obj->country_code, 0, $obj->rowid, 'AC_TEL')."\n"; + print "".dol_print_phone($obj->office_phone, $obj->country_code, 0, $obj->rowid, 'AC_TEL', ' ', 'phone')."\n"; if (!$i) $totalarray['nbfield']++; } if (!empty($arrayfields['u.user_mobile']['checked'])) { - print "".dol_print_phone($obj->user_mobile, $obj->country_code, 0, $obj->rowid, 'AC_TEL')."\n"; + print "".dol_print_phone($obj->user_mobile, $obj->country_code, 0, $obj->rowid, 'AC_TEL', ' ', 'mobile')."\n"; if (!$i) $totalarray['nbfield']++; } if (!empty($arrayfields['u.email']['checked']))