diff options
Diffstat (limited to 'views/odd/export/entity.php')
| -rw-r--r-- | views/odd/export/entity.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/views/odd/export/entity.php b/views/odd/export/entity.php deleted file mode 100644 index d6efd413c..000000000 --- a/views/odd/export/entity.php +++ /dev/null @@ -1,16 +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']; - echo export($entity->guid); -?>
\ No newline at end of file |
