Index: branches/dev/html/admin/system/module.php
===================================================================
--- branches/dev/html/admin/system/module.php	(revision 269)
+++ branches/dev/html/admin/system/module.php	(revision 296)
@@ -268,7 +268,10 @@
 	if(count($arrRet) > 0) {
 		
+		// ¥â¥¸¥å¡¼¥ë¤òºï½ü¤¹¤ë
+		$objQuery->query("UPDATE dtb_payment SET del_flg = 1 WHERE module_id = ?", array($arrRet[0]['module_id']));
+
 		// ¥â¥¸¥å¡¼¥ëÂ¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë
-		//$req = new HTTP_Request(SITE_URL . "load_module.php");
-		$req = new HTTP_Request("http://yahoo.co.jp");
+		/*
+		$req = new HTTP_Request(SITE_URL . "load_module.php");
 		$req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]);
 		$req->setMethod(HTTP_REQUEST_METHOD_POST);
@@ -279,4 +282,5 @@
 		
 		gfprintlog("mode -------------------------------> ".SITE_URL . "load_module.php");
+		*/
 
 		$arrFiles = array();
