Changeset 22711
- Timestamp:
- 2013/03/10 10:58:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_13-tests/data/class/helper/SC_Helper_BestProducts.php
r22689 r22711 139 139 $objDb = new SC_Helper_DB_Ex(); 140 140 // ランク付きレコードの削除 141 $objDb->sfDeleteRankRecord('dtb_best_products', 'best_id', $best_id, TRUE);141 $objDb->sfDeleteRankRecord('dtb_best_products', 'best_id', $best_id,'', TRUE); 142 142 } 143 143 … … 154 154 foreach ($arrList as $recommend) { 155 155 if (in_array($recommend['product_id'], $productIDs)) { 156 $objDb->sfDeleteRankRecord('dtb_best_products', 'best_id', $recommend['best_id'], TRUE);156 $objDb->sfDeleteRankRecord('dtb_best_products', 'best_id', $recommend['best_id'],'', TRUE); 157 157 } 158 158 }
Note: See TracChangeset
for help on using the changeset viewer.
