Changeset 7477 for temp/trunk/html


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

* empty log message *

File:
1 edited

Legend:

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

    r7476 r7477  
    248248        } 
    249249        $arrFiles[] = $arrRet[0]['extern_php']; 
    250         /* 
     250 
    251251        foreach($arrFiles as $val) { 
    252252            $path = MODULE_PATH . $val; 
     
    258258            } 
    259259        } 
    260         */ 
     260 
    261261        // ɬÍפÊSQLʸ¤Î¼Â¹Ô 
    262262        if($arrRet[0]['uninstall_sql'] != "") { 
     
    279279    // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    280280    $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 
    281  
    282281    $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 
    283  
    284282    $req->setMethod(HTTP_REQUEST_METHOD_POST); 
    285283    $req->addPostData("module_id", $arrRet[0]['module_id']); 
    286284    $req->addPostData("mode", "module_del"); 
    287     //$req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php?module_id=" .  $arrRet[0]['module_id'] . "&mode=module_del"); 
    288     //$req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 
    289285    $req->sendRequest(); 
    290286    $req->clearPostData(); 
    291      
    292      
    293     sfprintr($_COOKIE); 
    294      
    295     sfprintr($req); 
    296     exit(); 
    297  
    298     /* 
     287 
    299288    if($flg_ok) { 
    300289        // ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òºï½ü¤¹¤ë¡£ 
     
    303292        $objQuery->update("dtb_module", $sqlval, "module_id = ?", array($arrRet[0]['module_id'])); 
    304293    } 
    305     */ 
    306294} 
    307295 
Note: See TracChangeset for help on using the changeset viewer.