LSexample / personalTitle: remove Ms deprecated possible value

This commit is contained in:
Benjamin Renard 2021-06-11 18:29:52 +02:00
parent df57967669
commit 36eae85bc3

View file

@ -440,7 +440,6 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
'html_options' => array (
'possible_values' => array(
'Mme' => 'Mrs',
'Mlle' => 'Ms',
'M.' => 'Mr',
),
'inline' => true,