Index: temp/trunk/html/rss/product.php
===================================================================
--- temp/trunk/html/rss/product.php	(revision 6547)
+++ temp/trunk/html/rss/product.php	(revision 6552)
@@ -25,5 +25,5 @@
 $product_id = $_GET['product_id'];
 
-if($product_id != ""){
+if($product_id != "" and (is_numeric($product_id) or $product_id == "ALL")){
 	//¾¦ÉÊ¾ÜºÙ¤ò¼èÆÀ
 	$arrProduct = lfGetProductsDetail($objQuery, $product_id);
@@ -47,4 +47,7 @@
 	$arrProduct = $objQuery->getall("SELECT product_id, name AS product_name FROM dtb_products");
 }
+
+sfprintr($arrProduct);
+exit();
 
 //Å¹ÊÞ¾ðÊó¤ò¥»¥Ã¥È
