Changeset 23599


Ignore:
Timestamp:
2014/08/21 21:44:17 (10 years ago)
Author:
kimoto
Message:

r23598のミス修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_DB.php

    r23598 r23599  
    799799                $sqlval['product_count'] = (string) '0'; 
    800800            } 
    801             $objQuery->update('dtb_category_total_count', $sqlval, 'category_id = ?', array($cid)); 
     801            $ret = $objQuery->update('dtb_category_total_count', $sqlval, 'category_id = ?', array($cid)); 
    802802            if (!$ret) { 
    803803                $sqlval['category_id'] = $cid; 
Note: See TracChangeset for help on using the changeset viewer.