From 8048313e87b9fd5ab6734e29a0e951524fa33e45 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 16 Oct 2009 19:26:37 +0000 Subject: Standardized more files. git-svn-id: http://code.elgg.org/elgg/trunk@3554 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/export/relationship.php | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'views/default/export/relationship.php') diff --git a/views/default/export/relationship.php b/views/default/export/relationship.php index a91d38115..ec6a94bd4 100644 --- a/views/default/export/relationship.php +++ b/views/default/export/relationship.php @@ -1,20 +1,19 @@ guid_one); - $e2 = get_entity($r->guid_two); +$r = $vars['relationship']; + +$e1 = get_entity($r->guid_one); +$e2 = get_entity($r->guid_two); - ?>