Ignore:
Timestamp:
2013/02/01 18:26:53 (11 years ago)
Author:
m_uehara
Message:

#2084 メッセージIDの振り直し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/products/LC_Page_Products_List.php

    r22489 r22492  
    251251        // 複数項目チェック 
    252252        if ($tpl_classcat_find1[$product_id]) { 
    253             $objErr->doFunc(array(t('PARAM_LABEL_CLASS1'), 'classcategory_id1', INT_LEN), array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     253            $objErr->doFunc(array(t('c_Standard 1_01'), 'classcategory_id1', INT_LEN), array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    254254        } 
    255255        if ($tpl_classcat_find2[$product_id]) { 
    256             $objErr->doFunc(array(t('PARAM_LABEL_CLASS2'), 'classcategory_id2', INT_LEN), array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    257         } 
    258  
    259         $objErr->doFunc(array(t('PARAM_LABEL_PRODUCT_CLASS_ID'), 'product_class_id', INT_LEN), array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     256            $objErr->doFunc(array(t('c_Standard 2_01'), 'classcategory_id2', INT_LEN), array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     257        } 
     258 
     259        $objErr->doFunc(array(t('c_Product specification ID_01'), 'product_class_id', INT_LEN), array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    260260        $objErr->doFunc(array(t('c_Quantity_01'), 'quantity', INT_LEN), array('EXIST_CHECK', 'ZERO_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    261261 
Note: See TracChangeset for help on using the changeset viewer.