Changeset 7554 for temp/trunk/html
- Timestamp:
- 2006/11/06 17:25:04 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/shopping/confirm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/confirm.php
r7553 r7554 80 80 81 81 // ·èºÑ¶èʬ¤ò¼èÆÀ¤¹¤ë 82 if(sfColumnExists("dtb_payment", "memo01")){ 83 $sql = "SELECT memo01, memo02, memo03, memo04, memo05, memo06, memo07, memo08, memo09, memo10 FROM dtb_payment WHERE payment_id = ?"; 84 $arrPayment = $objQuery->getall($sql, array($arrData['payment_id'])); 85 } 82 86 83 87 // ·èºÑÊýË¡¤Ë¤è¤ê²èÌÌÀÚÂØ 84 switch($arr Data['payment_id']) {88 switch($arrPayment[0]["memo04"]) { 85 89 case PAYMENT_CREDIT_ID: 86 90 header("Location: " . URL_SHOP_CREDIT);
Note: See TracChangeset
for help on using the changeset viewer.
