Index: temp/trunk/html/rss/product.php
===================================================================
--- temp/trunk/html/rss/product.php	(revision 6687)
+++ temp/trunk/html/rss/product.php	(revision 6688)
@@ -29,8 +29,7 @@
 $mode = $_GET['mode'];
 
-if($product_id != "" and (is_numeric($product_id) or $mode == "all")){
+if(($product_id != "" and is_numeric($product_id)) or $mode == "all"){
 	//¾¦ÉÊ¾ÜºÙ¤ò¼èÆÀ
 	$arrProduct = lfGetProductsDetail($objQuery, $product_id);
-	sfprintr("et");
 	// ÃÍ¤Î¥»¥Ã¥È¤·Ä¾¤·
 	foreach($arrProduct as $key => $val){
