Changeset 11528 for branches/dev


Ignore:
Timestamp:
2007/03/05 11:13:09 (19 years ago)
Author:
kakinaka
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/shopping/complete.tpl

    r11527 r11528  
    2222                <td><img src="<!--{$smarty.const.URL_DIR}-->img/shopping/complete_title.jpg" width="700" height="40" alt="¤´Ãíʸ´°Î»"></td> 
    2323            </tr> 
    24             <tr><td height="15">¥ª¡¼¥À¡¼ID:<!--{$arrResults.0.order_id}--></td></tr> 
     24            <tr><td height="15"></td></tr> 
    2525        </table> 
    2626         
  • branches/dev/html/shopping/complete.php

    r11526 r11528  
    6262 
    6363    // ¤½¤Î¾¾ðÊó¤Î¼èÆÀ 
    64     //$arrResults = $objQuery->getall("SELECT memo02, memo05 FROM dtb_order WHERE order_id = ? ", array($order_id)); 
    65     $arrResults = $objQuery->getall("SELECT * FROM dtb_order WHERE order_id = ? ", array($order_id)); 
    66     $objPage->arrResults = $arrResults; 
     64    $arrResults = $objQuery->getall("SELECT memo02, memo05 FROM dtb_order WHERE order_id = ? ", array($order_id)); 
    6765 
    6866    if (count($arrResults) > 0) {    
Note: See TracChangeset for help on using the changeset viewer.