projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1534b3
)
Small fix : coma after nickname when there are other first names
author
Pascal Corpet
<pascal.corpet@m4x.org>
Sun, 13 Jun 2010 21:12:53 +0000
(23:12 +0200)
committer
Pascal Corpet
<pascal.corpet@m4x.org>
Sun, 13 Jun 2010 21:12:53 +0000
(23:12 +0200)
include/name.func.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/name.func.inc.php
b/include/name.func.inc.php
index
b728d19
..
13d18de
100644
(file)
--- 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['
first
name_other']])) {
$name .= ", ";
}
}