Index: /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
===================================================================
--- /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc	(revision 8302)
+++ /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc	(revision 8303)
@@ -101,7 +101,4 @@
 	}
 	
-	sfprintr($response);
-	exit();
-	
 	// XML¥Ñ¡¼¥µ¤òÀ¸À®¤¹¤ë¡£
 	$parser = xml_parser_create();
@@ -116,4 +113,7 @@
 	xml_parser_free($parser);
 	
+	sfprintr($arrVal);
+	exit();
+	
 	return $arrVal;
 }
