aboutsummaryrefslogtreecommitdiff
path: root/views/odd/export/entity.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/odd/export/entity.php')
-rw-r--r--views/odd/export/entity.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/views/odd/export/entity.php b/views/odd/export/entity.php
deleted file mode 100644
index a147a707a..000000000
--- a/views/odd/export/entity.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
- /**
- * Elgg Entity export.
- * Displays an entity as ODD
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Marcus Povey
- * @copyright Curverider Ltd 2008
- * @link http://elgg.org/
- */
-
- $entity = $vars['entity'];
- $serialised = exportAsArray($vars['entity']->guid);
- foreach ($serialised as $s)
- echo $s;
-
-?> \ No newline at end of file