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

blank

File:
1 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) { 
Note: See TracChangeset for help on using the changeset viewer.