diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-04-08 21:31:06 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-04-08 21:31:06 +0000 |
| commit | 6cf8d1209bf6651e53af8fe1e239a525f31089d4 (patch) | |
| tree | 16e0affc5481dab50282ef099261858ee42bfb2c /config_gedcom.php | |
| parent | f703820da102308064a470c2d744123b689a0c1f (diff) | |
| download | webtrees-6cf8d1209bf6651e53af8fe1e239a525f31089d4.tar.gz webtrees-6cf8d1209bf6651e53af8fe1e239a525f31089d4.tar.bz2 webtrees-6cf8d1209bf6651e53af8fe1e239a525f31089d4.zip | |
Fix: edit default tab settings in user/gedcom edit pages
Diffstat (limited to 'config_gedcom.php')
| -rw-r--r-- | config_gedcom.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_gedcom.php b/config_gedcom.php index 8132b8cbcc..4277f3d804 100644 --- a/config_gedcom.php +++ b/config_gedcom.php @@ -122,7 +122,7 @@ $HIDE_GEDCOM_ERRORS = false; //-- a true value will disable error messages for $WORD_WRAPPED_NOTES = false; //-- some programs wrap notes at word boundaries while others wrap notes anywhere //-- setting this to true will add a space between words where they are wrapped in the gedcom -$GEDCOM_DEFAULT_TAB = "0"; //-- this setting controls which tab on the individual page should first be displayed to visitors +$GEDCOM_DEFAULT_TAB = "personal_facts"; //-- this setting controls which tab on the individual page should first be displayed to visitors $SHOW_CONTEXT_HELP = true; // show ? links on the page for contextual popup help $WEBTREES_EMAIL = ""; // -- "From:" address for automatically generated e-mails |
