From 8a7dfd34050ee9ce8901ee9d66aa0d5acbe63314 Mon Sep 17 00:00:00 2001 From: icewing Date: Thu, 3 Apr 2008 18:14:47 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@398 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/exporttest/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/exporttest') 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); } -- cgit v1.2.3