From 6115899b252e66b1f6d161c4fd7f439136b49c24 Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Sun, 13 Jun 2010 23:12:53 +0200 Subject: [PATCH] Small fix : coma after nickname when there are other first names --- include/name.func.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/name.func.inc.php b/include/name.func.inc.php index b728d19..13d18de 100644 --- a/include/name.func.inc.php +++ b/include/name.func.inc.php @@ -126,7 +126,7 @@ function build_private_name(&$search_names, &$sn_types) $i++; } if (isset($search_names[$sn_types['name_other']]) - || isset($search_names[$sn_types['name_other']])) { + || isset($search_names[$sn_types['firstname_other']])) { $name .= ", "; } } -- 2.1.4