Changeset 16382


Ignore:
Timestamp:
2007/10/11 19:07:44 (16 years ago)
Author:
nanasess
Message:

typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/helper/SC_Helper_DB.php

    r16375 r16382  
    270270     */ 
    271271    function sfTotalCart(&$objPage, $objCartSess, $arrInfo) { 
    272         $objDb = new SC_Helper_DB_Ex(); 
     272 
    273273        // 規格名一覧 
    274         $arrClassName = $objDb->sfGetIDValueList("dtb_class", "class_id", "name"); 
     274        $arrClassName = $this->sfGetIDValueList("dtb_class", "class_id", "name"); 
    275275        // 規格分類名一覧 
    276         $arrClassCatName = $objDb->sfGetIDValueList("dtb_classcategory", "classcategory_id", "name"); 
     276        $arrClassCatName = $this->sfGetIDValueList("dtb_classcategory", "classcategory_id", "name"); 
    277277 
    278278        $objPage->tpl_total_pretax = 0;     // 費用合計(税込み) 
Note: See TracChangeset for help on using the changeset viewer.