Index: temp/trunk/html/rss/product.php
===================================================================
--- temp/trunk/html/rss/product.php	(revision 6519)
+++ temp/trunk/html/rss/product.php	(revision 6520)
@@ -30,5 +30,5 @@
 }else{
 	//¾¦ÉÊ°ìÍ÷¤ò¼èÆÀ
-	$arrProduct = $objQuery->getall("SELECT * FROM dtb_products");
+	$arrProduct = $objQuery->getall("SELECT product_id, name AS product_name FROM dtb_products");
 }
 
