Ignore:
Timestamp:
2013/03/10 09:46:32 (11 years ago)
Author:
yomoro
Message:

不要な処理を削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tax/data/class/helper/SC_Helper_TaxRule.php

    r22694 r22697  
    239239            // 税情報を更新 
    240240            $where = 'tax_rule_id = ?'; 
    241             $ret = $objQuery->update($table, $arrValues, $where, array($tax_rule_id)); 
     241            $objQuery->update($table, $arrValues, $where, array($tax_rule_id)); 
    242242        } 
    243243    } 
Note: See TracChangeset for help on using the changeset viewer.