diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-09-01 18:05:23 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-09-01 18:05:23 +0000 |
| commit | 45821155b43184ad293d51fb1601295c147ebcd2 (patch) | |
| tree | 357e143699683b836bcd8dcdee7f4b5fd3540359 /famlist.php | |
| parent | a152d9b49835549bcea279a55fcd040cce418fea (diff) | |
| download | webtrees-45821155b43184ad293d51fb1601295c147ebcd2.tar.gz webtrees-45821155b43184ad293d51fb1601295c147ebcd2.tar.bz2 webtrees-45821155b43184ad293d51fb1601295c147ebcd2.zip | |
Remove old/unhelpful help text. http://webtrees.net/index.php/en/forum/27-help-for-ver-1-3-latest-release/26577-lists-of-namen-3-out-of-4-presentation-options
Diffstat (limited to 'famlist.php')
| -rw-r--r-- | famlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/famlist.php b/famlist.php index ff6b216ebd..e4defb09f6 100644 --- a/famlist.php +++ b/famlist.php @@ -216,7 +216,7 @@ if ($show=='indi' || $show=='surn') { } } // Don't sublists short lists. - if ($count<get_gedcom_setting(WT_GED_ID, 'SUBLIST_TRIGGER_F')) { + if ($count<get_gedcom_setting(WT_GED_ID, 'SUBLIST_TRIGGER_I')) { $falpha=''; $show_all_firstnames='no'; } else { |
