Ignore:
Timestamp:
2012/07/28 23:54:37 (12 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r21957 r21981  
    110110        $objProduct = new SC_Product_Ex(); 
    111111        $objProduct->setProductsClassByProductIds(array($product_id)); 
    112          
     112 
    113113        // 規格1クラス名 
    114114        $this->tpl_class_name1 = $objProduct->className1[$product_id]; 
     
    247247                        break; 
    248248                    } 
    249                      
     249 
    250250                case 'selectItem': 
    251251                    $this->arrErr = $this->lfCheckError($this->mode,$this->objFormParam,$this->tpl_classcat_find1,$this->tpl_classcat_find2); 
     
    259259 
    260260                    $value1 = $this->objFormParam->getValue('classcategory_id1'); 
    261                      
     261 
    262262                    // 規格2が設定されている場合. 
    263263                    if (SC_Utils_Ex::isBlank($this->objFormParam->getValue('classcategory_id2')) == false){ 
     
    266266                        $value2 = '#0'; 
    267267                    } 
    268                      
     268 
    269269                    if (strlen($value1) === 0) { 
    270270                        $value1 = '__unselected'; 
Note: See TracChangeset for help on using the changeset viewer.