From ea9488f7f50515956fc62c4f066010b04c4c5502 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 3 Nov 2009 00:19:09 +0000 Subject: 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 --- engine/lib/opendd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/opendd.php') 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)) { -- cgit v1.2.3