Changeset 4814 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r4813 r4814  
    22912291    $col .= " cat.update_date,"; 
    22922292    $col .= " cat.del_flg, "; 
    2293     $col .= " ttl.product_count, "; 
     2293    $col .= " ttl.product_count"; 
    22942294     
    22952295    $from = "dtb_category as cat left join dtb_category_total_count as ttl on ttl.category_id = cat.category_id"; 
Note: See TracChangeset for help on using the changeset viewer.