- Timestamp:
- 2007/08/29 19:43:37 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-zeus/data/downloads/module/mdl_zeus/zeus_credit.php
r15425 r15436 65 65 $arrInput = $objFormParam->getHashArray(); 66 66 // ¥¯¥ì¥¸¥Ã¥ÈÅÅʸÁ÷¿® 67 sfPostPaymentData($arrData, $arrInput);67 $ret = sfPostPaymentData($arrData, $arrInput); 68 68 // À®¸ù 69 if($ arrRet['payment_id'] != "") {69 if($ret) { 70 70 // Àµ¾ï¤ËÅÐÏ¿¤µ¤ì¤¿¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 71 71 $objSiteSess->setRegistFlag();
Note: See TracChangeset
for help on using the changeset viewer.
