Changeset 10321 for temp/trunk/html


Ignore:
Timestamp:
2006/12/06 13:23:56 (20 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/products/list.php

    r10320 r10321  
    5252    $tpl_subtitle = "Á´¾¦ÉÊ"; 
    5353}else{ 
    54 //  $arrFirstCat = GetFirstCat($category_id); 
     54    $arrFirstCat = GetFirstCat($category_id); 
    5555    $tpl_subtitle = $arrFirstCat['name']; 
    5656} 
    5757 
    5858$objQuery = new SC_Query(); 
    59 $count = $objQuery->count("dtb_best_products", "category_id = ?", array($category_id)); 
     59//$count = $objQuery->count("dtb_best_products", "category_id = ?", array($category_id)); 
    6060 
    6161// °Ê²¼¤Î¾ò·ï¤ÇBEST¾¦Éʤòɽ¼¨¤¹¤ë 
Note: See TracChangeset for help on using the changeset viewer.