diff options
| author | fisharebest <fisharebest@gmail.com> | 2013-06-30 12:55:41 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2013-06-30 12:55:41 +0000 |
| commit | 5b50b5348fbca87f788c3e491b607c26d1e94ae4 (patch) | |
| tree | b9479f4875c029e12cf0e296cba8eba5723cb5bd /modules_v3 | |
| parent | 2499c4688a33fe389e27b1c42acabdc3b92439cd (diff) | |
| download | webtrees-5b50b5348fbca87f788c3e491b607c26d1e94ae4.tar.gz webtrees-5b50b5348fbca87f788c3e491b607c26d1e94ae4.tar.bz2 webtrees-5b50b5348fbca87f788c3e491b607c26d1e94ae4.zip | |
More refactoring
Diffstat (limited to 'modules_v3')
| -rw-r--r-- | modules_v3/family_nav/module.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules_v3/family_nav/module.php b/modules_v3/family_nav/module.php index 088f923765..df555669a5 100644 --- a/modules_v3/family_nav/module.php +++ b/modules_v3/family_nav/module.php @@ -91,7 +91,6 @@ class family_nav_WT_Module extends WT_Module implements WT_Module_Sidebar { } //-- step children ---------------------------------------------------------------- foreach ($controller->record->getSpouseStepFamilies() as $family) { - $people = $controller->buildFamilyList($family, 'step-children'); echo '<tr><td><br></td><td></td></tr>'; echo '<tr><td style="padding-bottom: 4px;" class="center" colspan="2">'; echo '<a class="famnav_link" href="' . $family->getHtmlUrl() . '">'; |
