From 9b7b557ab8ef0612af433cb4ab32d5782cd2f207 Mon Sep 17 00:00:00 2001 From: icewing Date: Thu, 29 May 2008 19:32:38 +0000 Subject: Marcus Povey * Removed foaf/export since this has been superceded. git-svn-id: https://code.elgg.org/elgg/trunk@762 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/foaf/export/entity.php | 62 -------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 views/foaf/export/entity.php (limited to 'views/foaf/export/entity.php') diff --git a/views/foaf/export/entity.php b/views/foaf/export/entity.php deleted file mode 100644 index 8fb7558fe..000000000 --- a/views/foaf/export/entity.php +++ /dev/null @@ -1,62 +0,0 @@ - - - - - name; ?> - - username; ?> - - - -guid); - - // Iterate through and generate foaf:knows - if ($friends) - { - echo "\n"; - - foreach ($friends as $friend) - { - if ($friend instanceof ElggUser) - { -?> - - name; ?> - - - -\n"; - } -?> - - \ No newline at end of file -- cgit v1.2.3