Signed-off-by: Stéphane Jacob <sj@m4x.org>
- #450: Adds marital name, thus ordinary name can be any name -JAC
- #670: Adds Outlook CSV format for birthdays and contacts -Car
- #891: Improves education display -JAC
+ - #1068: Fixes addresses display on profile -JAC
- #1081: Sorts language alphabetically in skill tab -Car
* Survey:
-Subproject commit 7f8e81bbf66f2fe959e93f865fd74a08e20e9fee
+Subproject commit 023024ebd592cc89ab1ded64766ad5246b7c054c
}
}
if ($current == 0 && count($value) > 0) {
- foreach ($value as $address) {
+ foreach ($value as &$address) {
$address['current'] = true;
break;
}