Changeset 4804 for temp/trunk/data/lib


Ignore:
Timestamp:
2006/09/15 17:54:14 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r4803 r4804  
    22812281function sfGetCatTree($parent_category_id, $count_check = false) { 
    22822282    $objQuery = new SC_Query(); 
    2283     $col = "category_id"; 
    2284     $from = "dtb_category left join dtb_category_total_count using (category_id)"; 
     2283    $col = "*"; 
     2284    $from = "dtb_category as cat left join dtb_category_total_count as ttl on ttl.category_id = cat.category_id"; 
    22852285    // ÅÐÏ¿¾¦ÉÊ¿ô¤Î¥Á¥§¥Ã¥¯ 
    22862286    if($count_check) { 
Note: See TracChangeset for help on using the changeset viewer.