Ignore:
Timestamp:
2006/11/06 14:56:58 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/module.php

    r7480 r7481  
    242242    $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 
    243243     
    244     /* 
    245244    if(count($arrRet) > 0) { 
     245         
     246        // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
     247        $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 
     248        $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 
     249        $req->setMethod(HTTP_REQUEST_METHOD_POST); 
     250        $req->addPostData("module_id", $arrRet[0]['module_id']); 
     251        $req->addPostData("mode", "module_del"); 
     252        $req->sendRequest(); 
     253        $req->clearPostData(); 
     254         
    246255        $arrFiles = array(); 
    247256        if($arrRet[0]['other_files'] != "") { 
     
    277286        sfErrorHeader(">> Âоݤε¡Ç½¤Ï¡¢ÇÛÉÛ¤ò½ªÎ»¤·¤Æ¤ª¤ê¤Þ¤¹¡£"); 
    278287    } 
    279     */ 
    280      
    281     // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    282     $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 
    283     $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 
    284     $req->setMethod(HTTP_REQUEST_METHOD_POST); 
    285     $req->addPostData("module_id", $arrRet[0]['module_id']); 
    286     $req->addPostData("mode", "module_del"); 
    287     $req->sendRequest(); 
    288     $req->clearPostData(); 
    289  
    290     /* 
     288 
    291289    if($flg_ok) { 
    292290        // ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òºï½ü¤¹¤ë¡£ 
     
    295293        $objQuery->update("dtb_module", $sqlval, "module_id = ?", array($arrRet[0]['module_id'])); 
    296294    } 
    297     */ 
    298295} 
    299296 
Note: See TracChangeset for help on using the changeset viewer.