aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/opendd.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-11-03 00:19:09 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-11-03 00:19:09 +0000
commitea9488f7f50515956fc62c4f066010b04c4c5502 (patch)
tree41ea2ac6a4881d34a7d589786205b98c7e7456c3 /engine/lib/opendd.php
parent10d3c743b8e1342000dfd277ef03eec2291becf7 (diff)
downloadelgg-ea9488f7f50515956fc62c4f066010b04c4c5502.tar.gz
elgg-ea9488f7f50515956fc62c4f066010b04c4c5502.tar.bz2
standardized xml.php and fixed output of booleans in xml view
git-svn-id: http://code.elgg.org/elgg/trunk@3616 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/opendd.php')
-rw-r--r--engine/lib/opendd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/opendd.php b/engine/lib/opendd.php
index 16d5b4671..c582e6f77 100644
--- a/engine/lib/opendd.php
+++ b/engine/lib/opendd.php
@@ -344,7 +344,7 @@ function ODD_factory(XmlElement $element) {
*/
function ODD_Import($xml) {
// Parse XML to an array
- $elements = xml_2_object($xml);
+ $elements = xml_to_object($xml);
// Sanity check 1, was this actually XML?
if ((!$elements) || (!$elements->children)) {