summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Wilenski <wooc@gazeta.pl>2011-10-25 16:00:46 +0000
committerŁukasz Wilenski <wooc@gazeta.pl>2011-10-25 16:00:46 +0000
commit1bd5fc0fef5c4ba98ecedd85a78ccbb99407c1f2 (patch)
tree336349342d8e3804b6bb265c69648c63893d6d7a
parent86a2a4e9461ef300b2d394b314473cf89d421dd5 (diff)
downloadwebtrees-1bd5fc0fef5c4ba98ecedd85a78ccbb99407c1f2.tar.gz
webtrees-1bd5fc0fef5c4ba98ecedd85a78ccbb99407c1f2.tar.bz2
webtrees-1bd5fc0fef5c4ba98ecedd85a78ccbb99407c1f2.zip
add sposue lifespan on brnaches
-rw-r--r--branches.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches.php b/branches.php
index 8b29e4737f..48744d1b45 100644
--- a/branches.php
+++ b/branches.php
@@ -170,7 +170,7 @@ function print_fams($person, $famid=null) {
}
$txt .=
$spouse->getSexImage().
- '<a class="'.$class.'" href="'.$spouse->getHtmlUrl().'">'.$spouse->getFullName().' </a>';
+ '<a class="'.$class.'" href="'.$spouse->getHtmlUrl().'">'.$spouse->getFullName().' </a>'.$spouse->getLifeSpan().' '.$sosa2;
}
echo $txt;
echo '<ol>';