fixed typo

This commit is contained in:
Sarah Poger Gladstone 2019-05-28 04:51:10 -04:00 committed by GitHub
parent 13f10399e9
commit e1d93ac1cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ function process_spouses(&$suffixes, &$prefixes, &$values, &$contactIDs, $greeti
}else if ($gender_id == 2 )
$spouse_gender_label = "Male";
else{
$gender_label = "";
$spouse_gender_label = "";
}