diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-03 18:14:47 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-03 18:14:47 +0000 |
commit | 8a7dfd34050ee9ce8901ee9d66aa0d5acbe63314 (patch) | |
tree | 95ab9595e8d783054e465b9e7717e641a497ec3a /mod/exporttest | |
parent | 38e00b0c712a12ed504516b902e813e9206a9d73 (diff) | |
download | elgg-8a7dfd34050ee9ce8901ee9d66aa0d5acbe63314.tar.gz elgg-8a7dfd34050ee9ce8901ee9d66aa0d5acbe63314.tar.bz2 |
git-svn-id: https://code.elgg.org/elgg/trunk@398 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/exporttest')
-rw-r--r-- | mod/exporttest/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/exporttest/index.php b/mod/exporttest/index.php index 923c4c219..9ab1cf0d5 100644 --- a/mod/exporttest/index.php +++ b/mod/exporttest/index.php @@ -16,7 +16,7 @@ } else if ($action=='import') { - $body = import(get_input('xml')); + $body = print_r(import(get_input('xml')), true); $body .= elgg_view("exporttest/main", array("owner_id" => $owner_id)); page_draw("Import results",$body); } |