Changeset 20530


Ignore:
Timestamp:
2011/03/06 00:26:28 (13 years ago)
Author:
Seasoft
Message:

#1106(HTML 構文誤り)

  • maxlength 値が空となっていた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php

    r20529 r20530  
    189189 
    190190        default: 
    191             // 前のページから戻ってきた場合の初期値を設定 
    192             $this->setFormParams($objFormParam, $arrOrderTemp, true, $shipping_vol); 
     191            // FIXME 前のページから戻ってきた場合は別パラメータ(mode)で処理分岐する必要があるのかもしれない 
     192            $this->setFormParams($objFormParam, $arrOrderTemp, false, $shipping_vol); 
    193193 
    194194            if (!$this->is_single_deliv) { 
Note: See TracChangeset for help on using the changeset viewer.