Changeset 15554


Ignore:
Timestamp:
2007/09/01 20:33:16 (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

    r15479 r15554  
    446446            // カテゴリ内ランクの調整処理 
    447447            $old_catid = $objQuery->get("dtb_products", "category_id", "product_id = ?", array($arrList['product_id'])); 
    448             SC_Utils_Ex::sfMoveCatRank($objQuery, "dtb_products", "product_id", "category_id", $old_catid, $arrList['category_id'], $arrList['product_id']); 
     448            $objDb->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.