Changeset 8555 for temp/trunk


Ignore:
Timestamp:
2006/11/19 15:50:22 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/convenience.php

    r8521 r8555  
    178178                $arrRet['title'] = lfSetConvMSG("¥³¥ó¥Ó¥Ë·èºÑ", true); 
    179179 
     180                 
     181                // ¥¹¥Æ¡¼¥¿¥¹¤Ï̤Æþ¶â¤Ë¤¹¤ë 
     182                $sqlval['status'] = 2; 
     183                 
    180184                //¥³¥ó¥Ó¥Ë·èºÑ¾ðÊó¤ò³ÊǼ 
    181185                $sqlval['conveni_data'] = serialize($arrRet); 
  • temp/trunk/html/test/kakinaka/send.php

    r8554 r8555  
    44require_once(DATA_PATH . "module/Request.php"); 
    55 
    6 $order_url = "http://test.ec-cube.net/ec-cube/load_module?module_id=4"; 
     6$order_url = "http://test.ec-cube.net/ec-cube/load_module.php?module_id=4"; 
    77 
    88$arrData = array( 
Note: See TracChangeset for help on using the changeset viewer.