Ignore:
Timestamp:
2013/05/02 18:11:36 (13 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

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

    r22567 r22796  
    2929 * @version $Id$ 
    3030 */ 
    31 class SC_Batch  
    32 { 
     31class SC_Batch { 
    3332 
    3433    // }}} 
     
    4140     * @return mixed バッチの実行結果 
    4241     */ 
    43     function execute($argv = '') 
    44     {} 
     42    function execute($argv = '') {} 
    4543} 
Note: See TracChangeset for help on using the changeset viewer.