Ignore:
Timestamp:
2007/03/28 13:01:38 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11730 r11982  
    268268    if(count($arrRet) > 0) { 
    269269         
    270         // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    271         $req = new HTTP_Request(SITE_URL . "load_module.php"); 
    272         $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 
    273         $req->setMethod(HTTP_REQUEST_METHOD_POST); 
    274         $req->addPostData("module_id", $arrRet[0]['module_id']); 
    275         $req->addPostData("mode", "module_del"); 
    276         $req->sendRequest(); 
    277         $req->clearPostData(); 
     270        // ¥â¥¸¥å¡¼¥ë¤òºï½ü¤¹¤ë 
     271        $objQuery->query("UPDATE dtb_payment SET del_flg = 1 WHERE module_id = ?", array($arrRet[0]['module_id'])); 
    278272 
    279273        $arrFiles = array(); 
Note: See TracChangeset for help on using the changeset viewer.