From 9e2411290415bc49a4e6b50ed69943612031f140 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Thu, 23 Jul 2015 17:51:39 -0600 Subject: [PATCH] Remove setting the domain array again as its redundant. --- core/domain_settings/domains.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/domain_settings/domains.php b/core/domain_settings/domains.php index e7de1175df..c298473510 100644 --- a/core/domain_settings/domains.php +++ b/core/domain_settings/domains.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2012 + Portions created by the Initial Developer are Copyright (C) 2008-2015 the Initial Developer. All Rights Reserved. Contributor(s): @@ -57,9 +57,6 @@ else { $_SESSION["domain_uuid"] = $row["domain_uuid"]; $_SESSION["domain_name"] = $row['domain_name']; } - $_SESSION['domains'][$row['domain_uuid']]['domain_uuid'] = $row['domain_uuid']; - $_SESSION['domains'][$row['domain_uuid']]['domain_name'] = $row['domain_name']; - $_SESSION['domains'][$row['domain_uuid']]['domain_description'] = $row['domain_description']; } } unset($result, $prep_statement);