Changeset 7464 for temp/trunk/html


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

* empty log message *

File:
1 edited

Legend:

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

    r7463 r7464  
    280280    $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php?module_id=" .  $arrRet[0]['module_id'] . "&mode=module_del"); 
    281281    $req->setMethod(HTTP_REQUEST_METHOD_GET); 
    282     $req->addPostData("module_id", $arrRet[0]['module_id']); 
    283     $req->addPostData("mode", "module_del"); 
     282//  $req->addPostData("module_id", $arrRet[0]['module_id']); 
     283//  $req->addPostData("mode", "module_del"); 
    284284    $req->sendRequest(); 
    285     $req->clearPostData(); 
     285//  $req->clearPostData(); 
    286286    exit(); 
    287287 
Note: See TracChangeset for help on using the changeset viewer.