From 769088e9a9794b9b02968ec1b9f0f2f0f6d2d3b6 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Wed, 5 May 2010 16:54:33 +0000 Subject: Fix: Recent changes to technical and genealogy contacts were incomplete --- includes/controllers/timeline_ctrl.php | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/controllers/timeline_ctrl.php') diff --git a/includes/controllers/timeline_ctrl.php b/includes/controllers/timeline_ctrl.php index 278578b858..668ebf583c 100644 --- a/includes/controllers/timeline_ctrl.php +++ b/includes/controllers/timeline_ctrl.php @@ -158,7 +158,6 @@ class TimelineControllerRoot extends BaseController { * check the privacy of the incoming people to make sure they can be shown */ function checkPrivacy() { - global $CONTACT_EMAIL; $printed = false; for($i=0; $ipeople); $i++) { if (!is_null($this->people[$i])) { -- cgit v1.3