Changeset 8502


Ignore:
Timestamp:
2006/11/18 19:26:33 (16 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/conf.php

    r8500 r8502  
    658658    4 => "#FFD9D9", 
    659659    5 => "#BFDFFF", 
    660     6 => "#FFFF7B" 
     660    6 => "#FFFFAB" 
    661661); 
    662662 
  • temp/trunk/html/admin/order/status.php

    r8498 r8502  
    7777                    lfStatusMove(6,$_POST['move']); 
    7878                break; 
    79                  
    8079                 
    8180                //ºï½ü 
  • temp/trunk/html/test/kakinaka/epsilon_check.php

    r8501 r8502  
    77 
    88// trans_code ¤ò»ØÄꤵ¤ì¤Æ¤¤¤Æ³î¤Ä¡¢Æþ¶âºÑ¤ß¤Î¾ì¹ç 
    9 if($_POST["trans_code"] != "" and $_POST["paid"] == 1){ 
     9//if($_POST["trans_code"] != "" and $_POST["paid"] == 1){ 
    1010    // ¥¹¥Æ¡¼¥¿¥¹¤òÆþ¶âºÑ¤ß¤ËÊѹ¹¤¹¤ë 
    1111    $sql = "UPDATE dtb_order SET status = 6 WHERE order_id = ?"; 
    1212    $objQuery->query($sql, array($_POST["order_number"])); 
    13 } 
     13//} 
    1414 
    1515?> 
  • temp/trunk/html/test/kakinaka/send.php

    r8501 r8502  
    44require_once(DATA_PATH . "module/Request.php"); 
    55 
    6 $order_url = "http://ec-cube.net/ec-cube/test/kakinaka/epsilon_check.php"; 
     6$order_url = "http://test.ec-cube.net/ec-cube/test/kakinaka/epsilon_check.php"; 
    77 
    88$arrData = array( 
Note: See TracChangeset for help on using the changeset viewer.