Changeset 8524


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

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/glib.php

    r7180 r8524  
    113113        $path = LOG_PATH; 
    114114    } 
    115      
     115 
    116116    // ¥¨¥¹¥±¡¼¥×¤µ¤ì¤Æ¤¤¤ëʸ»ú¤ò¤â¤È¤ËÌ᤹ 
    117117    $trans_tbl = get_html_translation_table (HTML_ENTITIES); 
    118118    $trans_tbl = array_flip ($trans_tbl); 
    119119    $mess = strtr($mess, $trans_tbl); 
    120      
     120 
    121121    $fp = fopen($path, "a+"); 
    122122    if($fp) { 
  • temp/trunk/html/test/kakinaka/epsilon_check.php

    r8523 r8524  
    1313} 
    1414 
    15 //gfPrintLog("epsilon test", "logs/epsilon.log"); 
    16 gfPrintLog("epsilon test"); 
     15gfPrintLog("epsilon test", "logs/epsilon.log"); 
     16//gfPrintLog("epsilon test"); 
    1717 
    1818?> 
Note: See TracChangeset for help on using the changeset viewer.