Ignore:
Timestamp:
2008/04/01 09:37:39 (16 years ago)
Author:
adachi
Message:

merge r17159 version-2 branch r17159 - r17192

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/batch/SC_Batch_Update.php

    r17141 r17193  
    124124                        } 
    125125 
    126                         if ($sha1 == sha1_file($out)) { 
     126                        if (file_exists($out) && $sha1 == sha1_file($out)) { 
    127127                            $msg = "同じ内容のファイルをスキップしました: " . $out; 
    128128                            $this->printLog($msg); 
     129                            continue; 
    129130                        } 
    130131 
Note: See TracChangeset for help on using the changeset viewer.