Changeset 20718
- Timestamp:
- 2011/03/18 17:22:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/helper/SC_Helper_DB.php
r20595 r20718 707 707 //削除カテゴリを想定して、古いカテゴリ一覧から見て商品数が異なるデータが無いか確認。 708 708 foreach($arrOld as $cid => $count){ 709 if($arrNew[$cid] != $count ){709 if($arrNew[$cid] != $count && $count > 0){ 710 710 $arrDiffCategory_id[] = $cid; 711 711 } … … 785 785 } 786 786 } 787 // トランザクション 音終了処理787 // トランザクション終了処理 788 788 if($is_out_trans) { 789 789 $objQuery->commit();
Note: See TracChangeset
for help on using the changeset viewer.