Changeset 17854


Ignore:
Timestamp:
2009/02/28 03:10:03 (15 years ago)
Author:
Seasoft
Message:

商品詳細ページに商品検索を割り当てるとシステムエラーが発生する不具合を修正。
pigmon 様のご指摘。 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=3513&forum=1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/helper/SC_Helper_DB.php

    r17764 r17854  
    16281628                $objQuery = new SC_Query(); 
    16291629                $where = "product_id = ?"; 
    1630                 $maker_id = $objQuery->getCol("dtb_productes", "maker_id", "product_id = ?", array($product_id)); 
     1630                $maker_id = $objQuery->getCol("dtb_products", "maker_id", "product_id = ?", array($product_id)); 
    16311631                $this->g_maker_id = $maker_id; 
    16321632            } else { 
Note: See TracChangeset for help on using the changeset viewer.