aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-25 14:35:31 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-25 14:35:31 +0000
commit2bbed4a0b456ac8ad649e4e02faf4af0e54caaba (patch)
tree442da1b321b17cb559b7411eaec1eb1bf19e48ad
parent3ddbd78ddf37224838dfaad46310d1684bec79ac (diff)
downloadelgg-2bbed4a0b456ac8ad649e4e02faf4af0e54caaba.tar.gz
elgg-2bbed4a0b456ac8ad649e4e02faf4af0e54caaba.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Uses guid_one as well git-svn-id: https://code.elgg.org/elgg/trunk@528 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--mod/guidbrowser/views/default/guidbrowser/entity_full.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/guidbrowser/views/default/guidbrowser/entity_full.php b/mod/guidbrowser/views/default/guidbrowser/entity_full.php
index 817443d23..47c6adeb2 100644
--- a/mod/guidbrowser/views/default/guidbrowser/entity_full.php
+++ b/mod/guidbrowser/views/default/guidbrowser/entity_full.php
@@ -102,6 +102,7 @@
<div>
<table>
<tr>
+ <td><?php echo $r->guid_one; ?></td>
<td><b><?php echo $r->relationship; ?></b></td>
<td><?php echo $r->guid_two; ?></td>
</tr>