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

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

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

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/install/index.php

    r21441 r21442  
    955955    if (array_search('sha256', $arrAlgos) !== FALSE) { 
    956956        $algos = 'sha256'; 
    957     }elseif(array_search('sha1', $arrAlgos) !== FALSE) { 
     957    } elseif (array_search('sha1', $arrAlgos) !== FALSE) { 
    958958        $algos = 'sha1'; 
    959     }elseif(array_search('md5', $arrAlgos) !== FALSE) { 
     959    } elseif (array_search('md5', $arrAlgos) !== FALSE) { 
    960960        $algos = 'md5'; 
    961961    } else { 
Note: See TracChangeset for help on using the changeset viewer.