Index: /branches/version-2_5-dev/data/class/helper/SC_Helper_DB.php
===================================================================
--- /branches/version-2_5-dev/data/class/helper/SC_Helper_DB.php	(revision 20595)
+++ /branches/version-2_5-dev/data/class/helper/SC_Helper_DB.php	(revision 20718)
@@ -707,5 +707,5 @@
         //削除カテゴリを想定して、古いカテゴリ一覧から見て商品数が異なるデータが無いか確認。
         foreach($arrOld as $cid => $count){
-            if($arrNew[$cid] != $count){
+            if($arrNew[$cid] != $count && $count > 0){
                 $arrDiffCategory_id[] = $cid;
             }
@@ -785,5 +785,5 @@
             }
         }
-        // トランザクション音終了処理
+        // トランザクション終了処理
         if($is_out_trans) {
             $objQuery->commit();
