Changeset 4815 for temp/trunk


Ignore:
Timestamp:
2006/09/16 18:07:29 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4814 r4815  
    22912291    $col .= " cat.update_date,"; 
    22922292    $col .= " cat.del_flg, "; 
    2293     $col .= " ttl.product_count"; 
    2294      
     2293    $col .= " ttl.product_count";    
    22952294    $from = "dtb_category as cat left join dtb_category_total_count as ttl on ttl.category_id = cat.category_id"; 
    22962295    // ÅÐÏ¿¾¦ÉÊ¿ô¤Î¥Á¥§¥Ã¥¯ 
Note: See TracChangeset for help on using the changeset viewer.