diff options
Diffstat (limited to 'views/odd/export/metadata.php')
-rw-r--r-- | views/odd/export/metadata.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/views/odd/export/metadata.php b/views/odd/export/metadata.php deleted file mode 100644 index e6f74e2d2..000000000 --- a/views/odd/export/metadata.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - /** - * Elgg metadata export. - * Displays a metadata item using the current view. - * - * @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/ - */ - - $m = $vars['metadata']; - $uuid = $vars['uuid']; - - //$odd = new ODDDocument(); - //$odd->addElement($m->export()); - - //echo $odd; - - echo $m->export(); -?>
\ No newline at end of file |