Changeset 23556


Ignore:
Timestamp:
2014/06/15 02:09:29 (10 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3
typo修正

File:
1 edited

Legend:

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

    r23546 r23556  
    259259        $objQuery->delete('dtb_customer_favorite_products', "product_id IN (SELECT product_id FROM dtb_products WHERE $where)", $arrParam); 
    260260 
    261         $objRecomment = new SC_Helper_BestProducts_Ex(); 
    262         $objRecomment->deleteByProductIDs($product_ids); 
     261        $objRecommend = new SC_Helper_BestProducts_Ex(); 
     262        $objRecommend->deleteByProductIDs($product_ids); 
    263263 
    264264        $objQuery->update('dtb_products', $sqlval, $where, $arrParam); 
Note: See TracChangeset for help on using the changeset viewer.