Ignore:
Timestamp:
2013/06/08 16:35:27 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/api/operations/BrowseNodeLookup.php

    r22567 r22856  
    3131require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php'; 
    3232 
    33 class API_BrowseNodeLookup extends SC_Api_Abstract_Ex  
     33class API_BrowseNodeLookup extends SC_Api_Abstract_Ex 
    3434{ 
    35  
    3635    protected $operation_name = 'BrowseNodeLookup'; 
    3736    protected $operation_description = 'カテゴリ取得'; 
     
    103102            return true; 
    104103        } 
     104 
    105105        return false; 
    106106    } 
Note: See TracChangeset for help on using the changeset viewer.