diff options
Diffstat (limited to 'includes/functions/functions.php')
| -rw-r--r-- | includes/functions/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/functions/functions.php b/includes/functions/functions.php index ec920b8d6c..c536a5ef8c 100644 --- a/includes/functions/functions.php +++ b/includes/functions/functions.php @@ -305,7 +305,6 @@ function load_gedcom_settings($ged_id=WT_GED_ID) { global $SOURCE_ID_PREFIX; $SOURCE_ID_PREFIX =get_gedcom_setting($ged_id, 'SOURCE_ID_PREFIX'); global $SPLIT_PLACES; $SPLIT_PLACES =get_gedcom_setting($ged_id, 'SPLIT_PLACES'); global $SURNAME_LIST_STYLE; $SURNAME_LIST_STYLE =get_gedcom_setting($ged_id, 'SURNAME_LIST_STYLE'); - global $THEME_DIR; $THEME_DIR =get_gedcom_setting($ged_id, 'THEME_DIR'); global $THUMBNAIL_WIDTH; $THUMBNAIL_WIDTH =get_gedcom_setting($ged_id, 'THUMBNAIL_WIDTH'); global $UNDERLINE_NAME_QUOTES; $UNDERLINE_NAME_QUOTES =get_gedcom_setting($ged_id, 'UNDERLINE_NAME_QUOTES'); global $USE_GEONAMES; $USE_GEONAMES =get_gedcom_setting($ged_id, 'USE_GEONAMES'); |
