Ignore:
Timestamp:
2013/06/08 16:35:27 (13 years ago)
Author:
Seasoft
Message:

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

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/batch/SC_Batch_Update.php

    r22567 r22856  
    3131 * @version $Id$ 
    3232 */ 
    33 class SC_Batch_Update extends SC_Batch  
     33class SC_Batch_Update extends SC_Batch 
    3434{ 
    35  
    3635    /** 
    3736     * 変換したいファイルの拡張子をカンマ区切りで羅列. 
     
    7877        foreach ($fileArrays as $path) { 
    7978            if (is_file($path)) { 
    80  
    8179                // ファイル名を取得 
    8280                $fileName = pathinfo($path, PATHINFO_BASENAME); 
     
    109107                foreach ($includeArray as $include) { 
    110108                    if ($suffix == $include) { 
    111  
    112109                        // ファイル内容を取得 
    113110                        $contents = file_get_contents($path); 
     
    188185        } 
    189186        umask($oldMask); 
     187 
    190188        return $arrLog; 
    191189    } 
     
    208206            foreach ($dirs as $dir) $this->listdirs($dir); 
    209207        } 
     208 
    210209        return $alldirs; 
    211210    } 
Note: See TracChangeset for help on using the changeset viewer.