Ignore:
Timestamp:
2014/06/03 14:51:51 (10 years ago)
Author:
shutta
Message:

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

File:
1 edited

Legend:

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

    r23467 r23503  
    729729            SC_Utils_Ex::sfIsInt($product_id) 
    730730            && !SC_Utils_Ex::sfIsZeroFilling($product_id) 
    731             && SC_Helper_DB_Ex::sfIsRecord('dtb_products','product_id', array($product_id), $where) 
     731            && SC_Helper_DB_Ex::sfIsRecord('dtb_products', 'product_id', array($product_id), $where) 
    732732        ) { 
    733733            return true; 
Note: See TracChangeset for help on using the changeset viewer.