Ignore:
Timestamp:
2012/02/11 04:20:07 (14 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

  • ソース整形(主に制御構造のスペース)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/util/GC_Utils.php

    r21446 r21479  
    3939     * [注釈] 引数は1,2ともカンマ区切りになっていること 
    4040     *----------------------------------------------------------------------*/ 
    41     function gfDownloadCsv($header, $contents){ 
     41    function gfDownloadCsv($header, $contents) { 
    4242 
    4343        $fiest_name = date('YmdHis') .".csv"; 
     
    6565     * [注釈] - 
    6666     *----------------------------------------------------------------------*/ 
    67     function gfSetCsv($array, $arrayIndex = ""){ 
     67    function gfSetCsv($array, $arrayIndex = "") { 
    6868        //引数$arrayIndexは、$arrayが連想配列のときに添え字を指定してやるために使用する 
    6969 
     
    9494     * [注釈] - 
    9595     *----------------------------------------------------------------------*/ 
    96     function gfGetAge($dbdate) 
    97     { 
     96    function gfGetAge($dbdate) { 
    9897        $ty = date('Y'); 
    9998        $tm = date('m'); 
Note: See TracChangeset for help on using the changeset viewer.