From: Pascal Corpet Date: Sun, 13 Jun 2010 21:12:53 +0000 (+0200) Subject: Small fix : coma after nickname when there are other first names X-Git-Tag: xorg/1.0.0~135 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6115899b252e66b1f6d161c4fd7f439136b49c24;p=platal.git Small fix : coma after nickname when there are other first names --- 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 .= ", "; } }