Ignore:
Timestamp:
2013/06/08 16:35:27 (11 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/SC_Batch.php

    r22567 r22856  
    2929 * @version $Id$ 
    3030 */ 
    31 class SC_Batch  
     31class SC_Batch 
    3232{ 
    33  
    34     // }}} 
    35     // {{{ functions 
    36  
    3733    /** 
    3834     * バッチ処理を実行する 
     
    4238     */ 
    4339    function execute($argv = '') 
    44     {} 
     40    { 
     41    } 
    4542} 
Note: See TracChangeset for help on using the changeset viewer.