Ignore:
Timestamp:
2012/02/06 11:05:15 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

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

    r21420 r21441  
    231231        $arrDirs = explode("/", str_replace("\\", "/", $path)); 
    232232 
    233         foreach($arrDirs as $n){ 
     233        foreach ($arrDirs as $n) { 
    234234            $dir .= $n . '/'; 
    235             if(!file_exists($dir)) { 
     235            if (!file_exists($dir)) { 
    236236                if (!@mkdir($dir)) break; 
    237237            } 
Note: See TracChangeset for help on using the changeset viewer.