Changeset 297


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

Subversionだし、コメントアウント部分も削除します

File:
1 edited

Legend:

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

    r296 r297  
    271271        $objQuery->query("UPDATE dtb_payment SET del_flg = 1 WHERE module_id = ?", array($arrRet[0]['module_id'])); 
    272272 
    273         // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    274         /* 
    275         $req = new HTTP_Request(SITE_URL . "load_module.php"); 
    276         $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 
    277         $req->setMethod(HTTP_REQUEST_METHOD_POST); 
    278         $req->addPostData("module_id", $arrRet[0]['module_id']); 
    279         $req->addPostData("mode", "module_del"); 
    280         $req->sendRequest(); 
    281         $req->clearPostData(); 
    282          
    283         gfprintlog("mode -------------------------------> ".SITE_URL . "load_module.php"); 
    284         */ 
    285  
    286273        $arrFiles = array(); 
    287274        if($arrRet[0]['other_files'] != "") { 
Note: See TracChangeset for help on using the changeset viewer.