Changeset 14703
- Timestamp:
- 2007/06/15 18:55:13 (19 years ago)
- Location:
- branches/dev/data/downloads/module/mdl_zero
- Files:
-
- 2 edited
-
mdl_zero.inc (modified) (1 diff)
-
mdl_zero.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/downloads/module/mdl_zero/mdl_zero.inc
r14684 r14703 10 10 /**** ¢§Äê¿ôÀë¸À *********************************************************************************************/ 11 11 12 define("MDL_ZERO_ID", 6);12 define("MDL_ZERO_ID", 8); 13 13 define("ZERO_PC", 1); // dtb_payment ¤Î¶èʬÍÑ 14 14 define("ZERO_MOBILE", 2); // dtb_payment ¤Î¶èʬÍÑ 15 define("ZERO_CREDIT_ID", 1); // dtb_payment ¤Î¶èʬÍÑ 15 16 16 17 -
branches/dev/data/downloads/module/mdl_zero/mdl_zero.php
r14701 r14703 177 177 memo01 as pc_send, 178 178 memo02 as pc_clientip, 179 memo0 3as mobile_send,180 memo0 4as mobile_clientip179 memo04 as mobile_send, 180 memo05 as mobile_clientip 181 181 FROM dtb_payment WHERE module_id = ? " . $where; 182 182 $arrRet = $objQuery->getall($sql, $arrVal); … … 207 207 $arrData["memo01"] = $_POST["pc_send"]; 208 208 $arrData["memo02"] = $_POST["pc_clientip"]; 209 $arrData["memo03"] = ZERO_CREDIT_ID; 209 210 $arrData["del_flg"] = "0"; 210 211 } … … 218 219 $arrData["module_id"] = MDL_ZERO_ID; 219 220 $arrData["module_path"] = MODULE_PATH . "mdl_zero/card.php"; 220 $arrData["memo03"] = $_POST["mobile_send"]; 221 $arrData["memo04"] = $_POST["mobile_clientip"]; 221 $arrData["memo03"] = ZERO_CREDIT_ID; 222 $arrData["memo04"] = $_POST["mobile_send"]; 223 $arrData["memo05"] = $_POST["mobile_clientip"]; 222 224 $arrData["del_flg"] = "0"; 223 225 }
Note: See TracChangeset
for help on using the changeset viewer.
