Index: temp/trunk/html/rss/product.php
===================================================================
--- temp/trunk/html/rss/product.php	(revision 6694)
+++ temp/trunk/html/rss/product.php	(revision 6695)
@@ -132,5 +132,5 @@
 	$sql .= " WHERE prod.product_id = cls.product_id AND prod.del_flg = 0 AND prod.status = 1";
 	
-	if($product_id != "all" and $product_id != ""){
+	if($product_id != "all"){
 		$sql .= " AND prod.product_id = ?";
 		$arrval = array($product_id);
