summaryrefslogtreecommitdiff
path: root/includes/controllers/family_ctrl.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-05-05 16:54:33 +0000
committerfisharebest <fisharebest@gmail.com>2010-05-05 16:54:33 +0000
commit769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6 (patch)
tree9b936cfab21fd446d3ed1c2e3b160e669973022c /includes/controllers/family_ctrl.php
parent6b02c56b1632a1b4c2199e221d6d2a9d38f90d59 (diff)
downloadwebtrees-769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6.tar.gz
webtrees-769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6.tar.bz2
webtrees-769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6.zip
Fix: Recent changes to technical and genealogy contacts were incomplete
Diffstat (limited to 'includes/controllers/family_ctrl.php')
-rw-r--r--includes/controllers/family_ctrl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/controllers/family_ctrl.php b/includes/controllers/family_ctrl.php
index dc5b99cf3f..7821fb68e4 100644
--- a/includes/controllers/family_ctrl.php
+++ b/includes/controllers/family_ctrl.php
@@ -66,7 +66,7 @@ class FamilyRoot extends BaseController {
}
function init() {
- global $Dbwidth, $bwidth, $pbwidth, $pbheight, $bheight, $GEDCOM, $CONTACT_EMAIL, $show_famlink;
+ global $Dbwidth, $bwidth, $pbwidth, $pbheight, $bheight, $GEDCOM, $show_famlink;
$bwidth = $Dbwidth;
$pbwidth = $bwidth + 12;
$pbheight = $bheight + 14;