summaryrefslogtreecommitdiff
path: root/modules/family_nav/module.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-02-13 23:02:00 +0000
committerfisharebest <fisharebest@gmail.com>2011-02-13 23:02:00 +0000
commit451c9304293f1dca4660cd87a276f5e1baba5470 (patch)
tree47f8135340107d7410b4c0dd376d0c9bb23618e1 /modules/family_nav/module.php
parent10b24e2d0f93bc7a5bf94114125dde945e3afd5e (diff)
downloadwebtrees-451c9304293f1dca4660cd87a276f5e1baba5470.tar.gz
webtrees-451c9304293f1dca4660cd87a276f5e1baba5470.tar.bz2
webtrees-451c9304293f1dca4660cd87a276f5e1baba5470.zip
Remove unused globals
Diffstat (limited to 'modules/family_nav/module.php')
-rw-r--r--modules/family_nav/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/family_nav/module.php b/modules/family_nav/module.php
index 0962a4d0d6..8098c633e4 100644
--- a/modules/family_nav/module.php
+++ b/modules/family_nav/module.php
@@ -645,7 +645,7 @@ class family_nav_WT_Module extends WT_Module implements WT_Module_Sidebar {
global $CHART_BOX_TAGS, $SHOW_LDS_AT_GLANCE, $PEDIGREE_SHOW_GENDER;
global $SEARCH_SPIDER;
- global $spouselinks, $parentlinks, $step_parentlinks, $persons, $person_step, $person_parent, $tabno, $theme_name, $spousetag;
+ global $spouselinks, $parentlinks, $step_parentlinks, $persons, $person_step, $person_parent, $tabno, $spousetag;
global $natdad, $natmom;
if ($style != 2) $style=1;