Index: temp/trunk/html/admin/system/module.php
===================================================================
--- temp/trunk/html/admin/system/module.php	(revision 7476)
+++ temp/trunk/html/admin/system/module.php	(revision 7477)
@@ -248,5 +248,5 @@
 		}
 		$arrFiles[] = $arrRet[0]['extern_php'];
-		/*
+
 		foreach($arrFiles as $val) {
 			$path = MODULE_PATH . $val;
@@ -258,5 +258,5 @@
 			}
 		}
-		*/
+
 		// É¬Í×¤ÊSQLÊ¸¤Î¼Â¹Ô
 		if($arrRet[0]['uninstall_sql'] != "") {
@@ -279,22 +279,11 @@
 	// ¥â¥¸¥å¡¼¥ëÂ¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë
 	$req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php");
-
 	$req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]);
-
 	$req->setMethod(HTTP_REQUEST_METHOD_POST);
 	$req->addPostData("module_id", $arrRet[0]['module_id']);
 	$req->addPostData("mode", "module_del");
-	//$req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php?module_id=" .  $arrRet[0]['module_id'] . "&mode=module_del");
-	//$req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php");
 	$req->sendRequest();
 	$req->clearPostData();
-	
-	
-	sfprintr($_COOKIE);
-	
-	sfprintr($req);
-	exit();
-
-	/*
+
 	if($flg_ok) {
 		// ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òºï½ü¤¹¤ë¡£
@@ -303,5 +292,4 @@
 		$objQuery->update("dtb_module", $sqlval, "module_id = ?", array($arrRet[0]['module_id']));
 	}
-	*/
 }
 
