Changeset 8524
- Timestamp:
- 2006/11/18 20:36:33 (16 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/glib.php
r7180 r8524 113 113 $path = LOG_PATH; 114 114 } 115 115 116 116 // ¥¨¥¹¥±¡¼¥×¤µ¤ì¤Æ¤¤¤ëʸ»ú¤ò¤â¤È¤ËÌ᤹ 117 117 $trans_tbl = get_html_translation_table (HTML_ENTITIES); 118 118 $trans_tbl = array_flip ($trans_tbl); 119 119 $mess = strtr($mess, $trans_tbl); 120 120 121 121 $fp = fopen($path, "a+"); 122 122 if($fp) { -
temp/trunk/html/test/kakinaka/epsilon_check.php
r8523 r8524 13 13 } 14 14 15 //gfPrintLog("epsilon test", "logs/epsilon.log");16 gfPrintLog("epsilon test");15 gfPrintLog("epsilon test", "logs/epsilon.log"); 16 //gfPrintLog("epsilon test"); 17 17 18 18 ?>
Note: See TracChangeset
for help on using the changeset viewer.