Changeset 6698 for temp


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

* empty log message *

File:
1 edited

Legend:

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

    r6697 r6698  
    3131if(($product_id != "" and is_numeric($product_id)) or $mode == "all"){ 
    3232    //¾¦Éʾܺ٤ò¼èÆÀ 
    33     ($mode == "all") ? $arrProduct = lfGetProductsDetail($objQuery, $mode):$arrProduct = lfGetProductsDetail($objQuery, $product_id); 
    34      
    35     sfprintr($mode); 
    36     exit(); 
     33    ($mode == "all") ? $arrProduct = lfGetProductsDetail($objQuery, $mode) : $arrProduct = lfGetProductsDetail($objQuery, $product_id); 
    3734     
    3835    // ÃͤΥ»¥Ã¥È¤·Ä¾¤· 
     
    141138    $sql .= " ORDER BY prod.product_id, cls.classcategory_id1, cls.classcategory_id2"; 
    142139    $arrProduct = $objQuery->getall($sql, $arrval); 
     140    $objQuery->getlastquery(); 
     141    sfprintr($arrProduct); 
     142    exit(); 
    143143    return $arrProduct; 
    144144} 
Note: See TracChangeset for help on using the changeset viewer.