From f692235ef64cdf3d90cba3a0f3434983adb9e480 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 30 Jul 2008 14:34:29 +0000 Subject: Improved views git-svn-id: https://code.elgg.org/elgg/trunk@1603 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/export/relationship.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'views/default/export/relationship.php') diff --git a/views/default/export/relationship.php b/views/default/export/relationship.php index 8819a356a..1dd3b8b7e 100644 --- a/views/default/export/relationship.php +++ b/views/default/export/relationship.php @@ -13,13 +13,17 @@ $r = $vars['relationship']; + $e1 = get_entity($r->guid_one); + $e2 = get_entity($r->guid_two); + + ?>
- - - - - - -
guid_one; ?>relationship; ?>guid_two; ?>
+

getURL() . "\">GUID:" . $r->guid_one . ""; else echo "GUID:".$r->guid_one; + ?> + relationship; ?> + getURL() . "\">GUID:" . $r->guid_two . ""; else echo "GUID:".$r->guid_two; + ?>

\ No newline at end of file -- cgit v1.2.3