Changeset 6520 for temp/trunk
- Timestamp:
- 2006/10/24 14:21:31 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/rss/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/rss/product.php
r6519 r6520 30 30 }else{ 31 31 //¾¦ÉʰìÍ÷¤ò¼èÆÀ 32 $arrProduct = $objQuery->getall("SELECT *FROM dtb_products");32 $arrProduct = $objQuery->getall("SELECT product_id, name AS product_name FROM dtb_products"); 33 33 } 34 34
Note: See TracChangeset
for help on using the changeset viewer.
