Changeset 296


Ignore:
Timestamp:
2007/02/19 18:09:36 (17 years ago)
Author:
inoue
Message:

モジュールの論理削除をHttpRequestで呼ばずに、直接DB更新で対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/system/module.php

    r269 r296  
    268268    if(count($arrRet) > 0) { 
    269269         
     270        // ¥â¥¸¥å¡¼¥ë¤òºï½ü¤¹¤ë 
     271        $objQuery->query("UPDATE dtb_payment SET del_flg = 1 WHERE module_id = ?", array($arrRet[0]['module_id'])); 
     272 
    270273        // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    271         //$req = new HTTP_Request(SITE_URL . "load_module.php"); 
    272         $req = new HTTP_Request("http://yahoo.co.jp"); 
     274        /* 
     275        $req = new HTTP_Request(SITE_URL . "load_module.php"); 
    273276        $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 
    274277        $req->setMethod(HTTP_REQUEST_METHOD_POST); 
     
    279282         
    280283        gfprintlog("mode -------------------------------> ".SITE_URL . "load_module.php"); 
     284        */ 
    281285 
    282286        $arrFiles = array(); 
Note: See TracChangeset for help on using the changeset viewer.