diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-30 17:13:13 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-30 17:13:13 +0000 |
commit | b06376e171d82c821106f8f86a856fb2aea41f7a (patch) | |
tree | 2454c18480fdb0ad84313b17bae7f646b6ebf54e /views/odd/group | |
parent | 3921f1eaa710f5b76d2ca222b0b16bef215b0f3a (diff) | |
download | elgg-b06376e171d82c821106f8f86a856fb2aea41f7a.tar.gz elgg-b06376e171d82c821106f8f86a856fb2aea41f7a.tar.bz2 |
Closes #189: ODD -> OpenDD
git-svn-id: https://code.elgg.org/elgg/trunk@1611 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/odd/group')
-rw-r--r-- | views/odd/group/default.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/views/odd/group/default.php b/views/odd/group/default.php deleted file mode 100644 index 8cf04ef16..000000000 --- a/views/odd/group/default.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - - /** - * Elgg default object 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/ - */ - - $serialised = exportAsArray($vars['entity']->guid); - foreach ($serialised as $s) - echo $s; -?>
\ No newline at end of file |