Ignore:
Timestamp:
2014/06/03 15:58:18 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/util/GC_Utils.php

    r23492 r23513  
    337337        if (isset($arrDefinedConstants['Core'])) { 
    338338            $arrDefinedCoreConstants = $arrDefinedConstants['Core']; 
    339         } 
    340339        // PHP < 5.3.0 
    341         elseif (isset($arrDefinedConstants['internal'])) { 
     340        } elseif (isset($arrDefinedConstants['internal'])) { 
    342341            $arrDefinedCoreConstants = $arrDefinedConstants['internal']; 
    343         } 
    344342        // PHP == 5.3.0 (Windows) 
    345         elseif (isset($arrDefinedConstants['mhash'])) { 
     343        } elseif (isset($arrDefinedConstants['mhash'])) { 
    346344            $arrDefinedCoreConstants = $arrDefinedConstants['mhash']; 
    347345        } 
Note: See TracChangeset for help on using the changeset viewer.