Ignore:
Timestamp:
2014/06/03 14:57:02 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/util/SC_Utils.php

    r23502 r23504  
    972972                $line = fgets($ifp); 
    973973                $line = mb_convert_encoding($line, $enc_type, 'auto'); 
    974                 fwrite($ofp,  $line); 
     974                fwrite($ofp, $line); 
    975975            } 
    976976 
Note: See TracChangeset for help on using the changeset viewer.