aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/export.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-24 11:01:55 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-24 11:01:55 +0000
commit1c71016e6db14f52988522f3c47388eba86bc7ab (patch)
tree60de81a2cc2ac5d41dc73a7fbffe6e99a5ca1b95 /engine/lib/export.php
parentdcbe64cffd8a7ae52badb13cc541e39ab2ed5929 (diff)
downloadelgg-1c71016e6db14f52988522f3c47388eba86bc7ab.tar.gz
elgg-1c71016e6db14f52988522f3c47388eba86bc7ab.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Removed header object git-svn-id: https://code.elgg.org/elgg/trunk@518 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/export.php')
-rw-r--r--engine/lib/export.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/engine/lib/export.php b/engine/lib/export.php
index a578b041e..279d3e8a6 100644
--- a/engine/lib/export.php
+++ b/engine/lib/export.php
@@ -139,26 +139,6 @@
}
/**
- * ODD Header class.
- * @package Elgg
- * @subpackage Core
- * @author Marcus Povey
- */
- class ODDHeader extends ODD
- {
-
- function __construct($extension = "SN1.0")
- {
- parent::__construct();
-
- $this->setAttribute('version', $this->getVersion());
- $this->setAttribute('extension', $extension);
- }
-
- protected function getTagName() { return "header"; }
- }
-
- /**
* ODD Entity class.
* @package Elgg
* @subpackage Core