Changeset 14778


Ignore:
Timestamp:
2007/06/18 20:07:37 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/mdl_zero/recv.php

    r14777 r14778  
    1414$arrResult = $_GET; 
    1515 
    16 gfDebugLog("** zero start **"); 
     16// GET¤ÎÆâÍƤòÁ´¤Æ¥í¥°Êݸ 
     17$log_path = DATA_PATH . "logs/zero.log"; 
     18foreach($arrResult as $key => $val){ 
     19    gfPrintLog( "\t" . $key . " => " . $val, $log_path); 
     20} 
     21 
     22gfPrintLog("** zero start **", $log_path); 
    1723 
    1824$objQuery->begin(); 
     
    2632}else{ 
    2733    // ¥¨¥é¡¼¤Î¾ì¹ç¼õ¿®¥Ç¡¼¥¿¤òÁ÷¿® 
    28     gfDebugLog(" zero error "); 
     34    gfPrintLog(" zero error ", $log_path);; 
    2935    if(SEND_MAIL){ 
    3036        ob_start(); 
     
    3743    print("NG"); 
    3844} 
    39 gfDebugLog("** zero end **"); 
     45gfPrintLog("** zero end **", $log_path); 
    4046//--------------------------------------------------------------------------------------------------------------------------------- 
    4147// ´°Î»½èÍý 
Note: See TracChangeset for help on using the changeset viewer.