Ignore:
Timestamp:
2011/03/07 15:30:02 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Fpdf.php

    r20538 r20539  
    323323    // 文字コードSJIS変換 -> japanese.phpで使用出来る文字コードはSJIS-winのみ 
    324324    function lfConvSjis($conv_str) { 
    325         return (mb_convert_encoding($conv_str, "SJIS-win", CHAR_CODE)); 
     325        return mb_convert_encoding($conv_str, "SJIS-win", CHAR_CODE); 
    326326    } 
    327327 
Note: See TracChangeset for help on using the changeset viewer.