Changeset 16865


Ignore:
Timestamp:
2007/12/02 22:27:35 (16 years ago)
Author:
adachi
Message:

文言修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/batch/SC_Batch_Update.php

    r16862 r16865  
    173173            $arrLog['ok'][] =  "バックアップ用ファイルの作成に成功しました: " . $bkupPath . 'distinfo.php'; 
    174174        } else { 
    175             $arrLog['err'][] = "バックアップ用ファイルの作成に成功しました: " . $bkupPath . 'distinfo.php'; 
     175            $arrLog['err'][] = "バックアップ用ファイルの作成に失敗しました: " . $bkupPath . 'distinfo.php'; 
    176176        } 
    177177        umask($oldMask); 
     
    226226        } 
    227227        $src .= ");\n?>"; 
     228 
     229        return $src; 
    228230    } 
    229231} 
Note: See TracChangeset for help on using the changeset viewer.