Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/html/test/kakinaka/epsilon_check.php

    r12157 r15078  
    1212$objQuery = new SC_Query(); 
    1313/* 
    14 // trans_code ¤ò»ØÄꤵ¤ì¤Æ¤¤¤Æ³î¤Ä¡¢Æþ¶âºÑ¤ß¤Î¾ì¹ç 
     14// trans_code を指定されていて且つ、入金済みの場合 
    1515if($_POST["trans_code"] != "" and $_POST["paid"] == 1 and $_POST["order_number"] != ""){ 
    16     // ¥¹¥Æ¡¼¥¿¥¹¤òÆþ¶âºÑ¤ß¤ËÊѹ¹¤¹¤ë 
     16    // ステータスを入金済みに変更する 
    1717    $sql = "UPDATE dtb_order SET status = 6, update_date = now() WHERE order_id = ? AND memo04 = ? "; 
    1818    $objQuery->query($sql, array($_POST["order_number"], $_POST["trans_code"])); 
    1919     
    20     // POST¤ÎÆâÍƤòÁ´¤Æ¥í¥°Êݸ 
     20    // POSTの内容を全てログ保存 
    2121    $log_path = DATA_PATH . "logs/epsilon.log"; 
    2222    gfPrintLog("epsilon conveni start---------------------------------------------------------", $log_path); 
     
    2727*/ 
    2828 
    29     // URI¤«¤é³Æ¾ðÊó¤ò¼èÆÀ 
     29    // URIから各情報を取得 
    3030    $info = parse_url( $_SERVER["REQUEST_URI"] ); 
    3131    $scheme = $info['scheme']; 
Note: See TracChangeset for help on using the changeset viewer.