aboutsummaryrefslogtreecommitdiff
path: root/views/odd/export/entity.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-24 12:13:03 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-24 12:13:03 +0000
commit49b9a706d2dfa56312627887bdb8bedb0410ec8b (patch)
tree68b4be599b196fceed25794850865b40b976940a /views/odd/export/entity.php
parent25206b3e3ca84573cde7598b5e8d92283d2701d5 (diff)
downloadelgg-49b9a706d2dfa56312627887bdb8bedb0410ec8b.tar.gz
elgg-49b9a706d2dfa56312627887bdb8bedb0410ec8b.tar.bz2
Closes #82: OpenDD feeds in the same vein as RSS
http://trac.elgg.org/elgg/ticket/82 git-svn-id: https://code.elgg.org/elgg/trunk@1100 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/odd/export/entity.php')
-rw-r--r--views/odd/export/entity.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/views/odd/export/entity.php b/views/odd/export/entity.php
index d6efd413c..a147a707a 100644
--- a/views/odd/export/entity.php
+++ b/views/odd/export/entity.php
@@ -12,5 +12,8 @@
*/
$entity = $vars['entity'];
- echo export($entity->guid);
+ $serialised = exportAsArray($vars['entity']->guid);
+ foreach ($serialised as $s)
+ echo $s;
+
?> \ No newline at end of file