Ignore:
Timestamp:
2006/11/19 14:26:34 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/kakinaka/epsilon_check.php

    r8527 r8528  
    1111    $objQuery->query($sql, array($_POST["order_number"], $_POST["trans_code"])); 
    1212     
     13    $log_path = DATA_PATH . "logs/epsilon.log"; 
     14     
    1315    // POST¤ÎÆâÍÆ¤òÁ´¤Æ¥í¥°Êݸ 
    14     gfPrintLog("epsilon conveni start---------------------------------------------------------", DATA_PATH . "logs/epsilon.log"); 
     16    gfPrintLog("epsilon conveni start---------------------------------------------------------", $log_path); 
    1517    foreach($_POST as $key => $val){ 
    16         gfPrintLog( $key . " => " . $val, DATA_PATH . "logs/epsilon.log"); 
     18        gfPrintLog( $key . " => " . $val, $log_path); 
    1719    } 
    18     gfPrintLog("epsilon conveni end-----------------------------------------------------------", DATA_PATH . "logs/epsilon.log"); 
     20    gfPrintLog("epsilon conveni end-----------------------------------------------------------", $log_path); 
    1921} 
    2022 
Note: See TracChangeset for help on using the changeset viewer.