Ignore:
Timestamp:
2011/03/04 23:05:18 (13 years ago)
Author:
shutta
Message:

SC_CheckErrorクラスのclass_extends対応

File:
1 edited

Legend:

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

    r20501 r20503  
    432432     */ 
    433433    function lfClassError() { 
    434         $objErr = new SC_CheckError(); 
     434        $objErr = new SC_CheckError_Ex(); 
    435435        $objErr->doFunc(array("規格1", "select_class_id1"), array("EXIST_CHECK")); 
    436436        $objErr->doFunc(array("規格", "select_class_id1", "select_class_id2"), array("TOP_EXIST_CHECK")); 
     
    441441    // 商品規格エラーチェック 
    442442    function lfProductClassError($array) { 
    443         $objErr = new SC_CheckError($array); 
     443        $objErr = new SC_CheckError_Ex($array); 
    444444        $no = 1; // FIXME 未定義変数の修正 
    445445        while($array["classcategory_id1:".$no] != "") { 
Note: See TracChangeset for help on using the changeset viewer.