Changeset 7554 for temp/trunk/html


Ignore:
Timestamp:
2006/11/06 17:25:04 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/shopping/confirm.php

    r7553 r7554  
    8080     
    8181    // ·èºÑ¶èʬ¤ò¼èÆÀ¤¹¤ë 
     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    } 
    8286     
    8387    // ·èºÑÊýË¡¤Ë¤è¤ê²èÌÌÀÚÂØ 
    84     switch($arrData['payment_id']) { 
     88    switch($arrPayment[0]["memo04"]) { 
    8589    case PAYMENT_CREDIT_ID: 
    8690        header("Location: " . URL_SHOP_CREDIT); 
Note: See TracChangeset for help on using the changeset viewer.