Changeset 23467


Ignore:
Timestamp:
2014/05/30 11:47:10 (10 years ago)
Author:
pineray
Message:

#2345 SC_Product.phpによくわからないif文がある

$classcat_id1 を $classcategory_id1 に変更.

File:
1 edited

Legend:

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

    r23460 r23467  
    287287                } 
    288288 
    289                 if (!in_array($classcat_id1, $classCats1)) { 
     289                if (!in_array($classcategory_id1, $classCats1)) { 
    290290                    $classCats1[$classcategory_id1] = $arrProductsClass['classcategory_name1'] 
    291291                        . ($classcategory_id2 == 0 && !$stock_find_class ? ' (品切れ中)' : ''); 
Note: See TracChangeset for help on using the changeset viewer.