Changeset 4803 for temp


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

blank

File:
1 edited

Legend:

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

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