Changeset 5204 for temp/trunk


Ignore:
Timestamp:
2006/09/20 11:20:44 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5203 r5204  
    21462146        $line = sfGetCommaList($arrRet); 
    21472147         
    2148         $sql = " INSERT INTO dtb_category_total_count(category_id, product_count) "; 
    2149         $sql .= " SELECT ?, SUM(product_count) FROM dtb_category_count "; 
     2148        $sql = " INSERT INTO dtb_category_total_count(category_id, product_count, create_date) "; 
     2149        $sql .= " SELECT ?, SUM(product_count), now() FROM dtb_category_count "; 
    21502150        $sql .= " WHERE category_id IN (" . $line . ")"; 
    21512151                 
Note: See TracChangeset for help on using the changeset viewer.