Changeset 23667 for branches


Ignore:
Timestamp:
2014/10/28 16:27:46 (9 years ago)
Author:
shinichi_takahashi
Message:

#2028 r23498をリバート

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_3/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSVCategory.php

    r23659 r23667  
    511511                $arrErr['parent_category_id'] = '※ ' . LEVEL_MAX . '階層以上の登録はできません。'; 
    512512            } 
    513             // 親カテゴリー論理チェック 
    514             if (array_search('category_id', $this->arrFormKeyList) !== FALSE 
    515                 and $item['category_id'] != '') { 
    516                 $arrTrail = $objCategory->getTreeTrail($item['parent_category_id'], true); 
    517                 foreach ($arrTrail as $trailId) { 
    518                     if ($trailId == $item['category_id']) { 
    519                         $arrErr['parent_category_id'] = '※ 再帰的な親カテゴリーの指定はできません。'; 
    520                     } 
    521                 } 
    522             } 
    523513        } 
    524514 
Note: See TracChangeset for help on using the changeset viewer.