Changeset 6520 for temp/trunk


Ignore:
Timestamp:
2006/10/24 14:21:31 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/rss/product.php

    r6519 r6520  
    3030}else{ 
    3131    //¾¦ÉʰìÍ÷¤ò¼èÆÀ 
    32     $arrProduct = $objQuery->getall("SELECT * FROM dtb_products"); 
     32    $arrProduct = $objQuery->getall("SELECT product_id, name AS product_name FROM dtb_products"); 
    3333} 
    3434 
Note: See TracChangeset for help on using the changeset viewer.