diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-15 14:22:02 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-15 14:22:02 +0000 |
commit | d8db940e0a417fdbbc4aa9fee7fedcc2b69cf4c3 (patch) | |
tree | c481fb668d54b0bf17e1a53d3d0563e6651775fb /engine/lib/xml.php | |
parent | 16c5d23c86b6b18157d1d6d99ee870e980ae8150 (diff) | |
download | elgg-d8db940e0a417fdbbc4aa9fee7fedcc2b69cf4c3.tar.gz elgg-d8db940e0a417fdbbc4aa9fee7fedcc2b69cf4c3.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Improved XML to array code
git-svn-id: https://code.elgg.org/elgg/trunk@456 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/xml.php')
-rw-r--r-- | engine/lib/xml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/xml.php b/engine/lib/xml.php index 7b1c7da7b..30f667f90 100644 --- a/engine/lib/xml.php +++ b/engine/lib/xml.php @@ -12,7 +12,7 @@ */ /** - * @class XMLElement + * @class XmlElement * A class representing an XML element for import. */ class XmlElement |