diff options
Diffstat (limited to 'includes/controllers/family_ctrl.php')
| -rw-r--r-- | includes/controllers/family_ctrl.php | 2 |
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; |
