Ignore:
Timestamp:
2013/01/31 18:39:05 (11 years ago)
Author:
m_uehara
Message:

#2084 r22432 - r22433 の逆マージを行いました。

File:
1 edited

Legend:

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

    r22433 r22489  
    4242    public function __construct() { 
    4343        parent::__construct(); 
    44         $this->operation_description = t('API_BrowseNodeLookup_001'); 
     44        $this->operation_description = t('c_Category retrieval_01'); 
    4545    } 
    4646 
     
    110110 
    111111    protected function lfInitParam(&$objFormParam) { 
    112         $objFormParam->addParam(t('PARAM_LABEL_CATEGORY_ID'), 'BrowseNodeId', INT_LEN, 'a', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    113         $objFormParam->addParam(t('PARAM_LABEL_RESPONSEGROUP'), 'ResponseGroup', INT_LEN, 'a', array('GRAPH_CHECK', 'MAX_LENGTH_CHECK')); 
     112        $objFormParam->addParam(t('c_Category ID_01'), 'BrowseNodeId', INT_LEN, 'a', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     113        $objFormParam->addParam(t('c_Response type_01'), 'ResponseGroup', INT_LEN, 'a', array('GRAPH_CHECK', 'MAX_LENGTH_CHECK')); 
    114114    } 
    115115 
Note: See TracChangeset for help on using the changeset viewer.