Changeset 20279


Ignore:
Timestamp:
2011/02/21 01:39:53 (13 years ago)
Author:
adachi
Message:

#1010 カテゴリ登録CSVリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Category.php

    r20278 r20279  
    326326 
    327327        // 階層上限チェック 
    328         if ($this->isOverLevel($objFormParam->getValue('parent_category_id')) { 
     328        if ($this->isOverLevel($objFormParam->getValue('parent_category_id'))) { 
    329329            $this->arrErr['category_name']  = "※ " . LEVEL_MAX . "階層以上の登録はできません。<br/>"; 
    330330            $this->arrForm['category_name'] = $objFormParam->getValue('category_name'); 
Note: See TracChangeset for help on using the changeset viewer.