Changeset 15479 for branches


Ignore:
Timestamp:
2007/08/30 17:30:04 (17 years ago)
Author:
nanasess
Message:

クラス化に伴う修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php

    • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
    r15446 r15479  
    441441            $product_id = $arrList['product_id']; 
    442442            // 削除要求のあった既存ファイルの削除 
    443             $arrRet = lfGetProduct($arrList['product_id']); 
     443            $arrRet = $this->lfGetProduct($arrList['product_id']); 
    444444            $this->objUpFile->deleteDBFile($arrRet); 
    445445 
    446446            // カテゴリ内ランクの調整処理 
    447447            $old_catid = $objQuery->get("dtb_products", "category_id", "product_id = ?", array($arrList['product_id'])); 
    448             sfMoveCatRank($objQuery, "dtb_products", "product_id", "category_id", $old_catid, $arrList['category_id'], $arrList['product_id']); 
     448            SC_Utils_Ex::sfMoveCatRank($objQuery, "dtb_products", "product_id", "category_id", $old_catid, $arrList['category_id'], $arrList['product_id']); 
    449449 
    450450            // UPDATEの実行 
Note: See TracChangeset for help on using the changeset viewer.