- Timestamp:
- 2007/03/09 19:04:18 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/downloads/module/mdl_remise/mdl_remise.php
r11646 r11687 22 22 global $arrCreditDivide; 23 23 $this->arrCreditDivide = $arrCreditDivide; 24 global $arrConvenience;25 $this->arrConvenience = $arrConvenience;26 global $arrMobileConvenience;27 $this->arrMobileConvenience = $arrMobileConvenience;28 24 } 29 25 } … … 96 92 $objFormParam->addParam("¥¯¥ì¥¸¥Ã¥ÈÀܳÀèURL(¥â¥Ð¥¤¥ë)", "mobile_credit_url"); 97 93 $objFormParam->addParam("»Ùʧ¤¤ÊýË¡", "credit_method"); 98 $objFormParam->addParam("ʬ³ä²ó¿ô", "credit_divide");99 94 $objFormParam->addParam("¥ª¥×¥·¥ç¥ó", "payment"); 100 95 $objFormParam->addParam("¥³¥ó¥Ó¥ËÀܳÀèURL(PC)", "convenience_url"); … … 145 140 if($val["payment"] == 1) { 146 141 $credit = $val["payment_code"]; 147 $arrDisp["credit_divide"] = $val["credit_divide"]; 142 $arrDisp["credit_url"] = $val["credit_url"]; 143 $arrDisp["mobile_credit_url"] = $val["mobile_credit_url"]; 144 $arrDisp["credit_method"] = $val["credit_method"]; 148 145 } 149 146 … … 158 155 159 156 $objFormParam->setParam($arrDisp); 157 $objFormParam->splitParamCheckBoxes("credit_method"); 160 158 161 159 // ¥¯¥ì¥¸¥Ã¥È»Ùʧ¤¤¶èʬ 162 $objFormParam->splitParamCheckBoxes("credit_method"); 163 164 // ¥³¥ó¥Ó¥Ë 165 $objFormParam->splitParamCheckBoxes("convenience"); 160 //$objFormParam->splitParamCheckBoxes("credit_method"); 166 161 } 167 162
Note: See TracChangeset
for help on using the changeset viewer.