Ignore:
Timestamp:
2011/11/05 01:54:23 (12 years ago)
Author:
Seasoft
Message:

#1449 (不要な関数・処理の整理)

  • 毎回のインスタンス化は不要と考えた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php

    r21231 r21311  
    549549     */ 
    550550    function lfCheckError(&$objFormParam) { 
     551        $objProduct = new SC_Product_Ex(); 
     552 
    551553        $arrErr = $objFormParam->checkError(); 
    552554 
     
    571573 
    572574            // 在庫数のチェック 
    573             $objProduct = new SC_Product_Ex(); 
    574575            $arrProduct = $objProduct->getDetailAndProductsClass($arrValues['product_class_id'][$i]); 
    575576 
Note: See TracChangeset for help on using the changeset viewer.