summaryrefslogtreecommitdiff
path: root/includes/functions/functions.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-06-13 08:55:23 +0000
committerfisharebest <fisharebest@gmail.com>2010-06-13 08:55:23 +0000
commitd03edd859e6800bc9537bca0b094ff9206384fc4 (patch)
treebe6e32bd13fb58f10fcf42221d1342c8490d8bc6 /includes/functions/functions.php
parent88d829472f070922910d3d1cf5fb3de66b35de5e (diff)
downloadwebtrees-d03edd859e6800bc9537bca0b094ff9206384fc4.tar.gz
webtrees-d03edd859e6800bc9537bca0b094ff9206384fc4.tar.bz2
webtrees-d03edd859e6800bc9537bca0b094ff9206384fc4.zip
Fix: contextual help not sticking
Diffstat (limited to 'includes/functions/functions.php')
-rw-r--r--includes/functions/functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/functions/functions.php b/includes/functions/functions.php
index ddc5be20a3..3034b6719a 100644
--- a/includes/functions/functions.php
+++ b/includes/functions/functions.php
@@ -267,7 +267,6 @@ function load_gedcom_settings($ged_id=WT_GED_ID) {
global $SAVE_WATERMARK_THUMB; $SAVE_WATERMARK_THUMB =get_gedcom_setting($ged_id, 'SAVE_WATERMARK_THUMB');
global $SEARCH_FACTS_DEFAULT; $SEARCH_FACTS_DEFAULT =get_gedcom_setting($ged_id, 'SEARCH_FACTS_DEFAULT');
global $SHOW_AGE_DIFF; $SHOW_AGE_DIFF =get_gedcom_setting($ged_id, 'SHOW_AGE_DIFF');
- global $SHOW_CONTEXT_HELP; $SHOW_CONTEXT_HELP =get_gedcom_setting($ged_id, 'SHOW_CONTEXT_HELP');
global $SHOW_COUNTER; $SHOW_COUNTER =get_gedcom_setting($ged_id, 'SHOW_COUNTER');
global $SHOW_DEAD_PEOPLE; $SHOW_DEAD_PEOPLE =get_gedcom_setting($ged_id, 'SHOW_DEAD_PEOPLE');
global $SHOW_EMPTY_BOXES; $SHOW_EMPTY_BOXES =get_gedcom_setting($ged_id, 'SHOW_EMPTY_BOXES');