- Timestamp:
- 2006/10/25 17:57:30 (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
r6694 r6695 132 132 $sql .= " WHERE prod.product_id = cls.product_id AND prod.del_flg = 0 AND prod.status = 1"; 133 133 134 if($product_id != "all" and $product_id != ""){134 if($product_id != "all"){ 135 135 $sql .= " AND prod.product_id = ?"; 136 136 $arrval = array($product_id);
Note: See TracChangeset
for help on using the changeset viewer.
