Update list.php

This commit is contained in:
BENKE Charlene 2020-09-15 10:57:48 +02:00 committed by GitHub
parent 0765fff355
commit be704ef5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -385,7 +385,7 @@ if (!empty($arrayfields['u.firstname']['checked']))
if (!empty($arrayfields['u.gender']['checked']))
{
print '<td class="liste_titre">';
$arraygender = array('man'=>$langs->trans("Genderman"), 'woman'=>$langs->trans("Genderwoman"));
$arraygender = array('man'=>$langs->trans("Genderman"), 'woman'=>$langs->trans("Genderwoman"), 'other'=>$langs->trans("Genderother"));
print $form->selectarray('search_gender', $arraygender, $search_gender, 1);
print '</td>';
}