diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-11-23 23:26:31 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-11-23 23:26:31 +0000 |
| commit | 43daaaf153828acaf327e271e3f090acbe5526e3 (patch) | |
| tree | 24ff242413c7ca3681dcb9bb5c725fa0a017df4f /ancestry.php | |
| parent | f873f7ad69e05769ac6b5fd2316b1a25359c9a4c (diff) | |
| download | webtrees-43daaaf153828acaf327e271e3f090acbe5526e3.tar.gz webtrees-43daaaf153828acaf327e271e3f090acbe5526e3.tar.bz2 webtrees-43daaaf153828acaf327e271e3f090acbe5526e3.zip | |
Change indi-list function to use a variable rather than echoing every cell
Diffstat (limited to 'ancestry.php')
| -rw-r--r-- | ancestry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ancestry.php b/ancestry.php index 8f32dc9115..bed6134e69 100644 --- a/ancestry.php +++ b/ancestry.php @@ -208,7 +208,7 @@ case 2: // Individual list $treeid=ancestry_array($controller->rootid, $PEDIGREE_GENERATIONS); echo '<div id="ancestry-list">'; - print_indi_table($treeid, 'sosa'); + echo format_indi_table($treeid, 'sosa'); echo '</div>'; break; case 3: |
