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/api/SC_Api_Operation.php

    r23230 r23513  
    304304         
    305305        // API機能が有効であるかをチェック. 
    306         if (API_ENABLE_FLAG == false){ 
     306        if (API_ENABLE_FLAG == false) { 
    307307            $arrErr['ECCUBE.Function.Disable'] = 'API機能が無効です。'; 
    308308        } 
Note: See TracChangeset for help on using the changeset viewer.