diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-05 16:54:33 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-05 16:54:33 +0000 |
| commit | 769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6 (patch) | |
| tree | 9b936cfab21fd446d3ed1c2e3b160e669973022c /modules/sources_tab | |
| parent | 6b02c56b1632a1b4c2199e221d6d2a9d38f90d59 (diff) | |
| download | webtrees-769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6.tar.gz webtrees-769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6.tar.bz2 webtrees-769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6.zip | |
Fix: Recent changes to technical and genealogy contacts were incomplete
Diffstat (limited to 'modules/sources_tab')
| -rw-r--r-- | modules/sources_tab/module.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/sources_tab/module.php b/modules/sources_tab/module.php index e56dc54c49..c19ca3febc 100644 --- a/modules/sources_tab/module.php +++ b/modules/sources_tab/module.php @@ -54,9 +54,7 @@ class sources_tab_WT_Module extends WT_Module implements WT_Module_Tab { // Implement WT_Module_Tab public function getTabContent() { - global $CONTACT_EMAIL, $FACT_COUNT; - global $SHOW_LEVEL2_NOTES; - global $NAV_SOURCES; + global $FACT_COUNT, $SHOW_LEVEL2_NOTES, $NAV_SOURCES; /*if (isset($_COOKIE['row_sour2'])) $SHOW_LEVEL2_SOURCES = ($_COOKIE['row_sour2']); else*/ $SHOW_LEVEL2_SOURCES = $SHOW_LEVEL2_NOTES; |
