Changeset 6695 for temp


Ignore:
Timestamp:
2006/10/25 17:57:30 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/rss/product.php

    r6694 r6695  
    132132    $sql .= " WHERE prod.product_id = cls.product_id AND prod.del_flg = 0 AND prod.status = 1"; 
    133133     
    134     if($product_id != "all" and $product_id != ""){ 
     134    if($product_id != "all"){ 
    135135        $sql .= " AND prod.product_id = ?"; 
    136136        $arrval = array($product_id); 
Note: See TracChangeset for help on using the changeset viewer.