Ignore:
Timestamp:
2011/08/11 19:37:10 (13 years ago)
Author:
shutta
Message:

refs #800 (SQL標準関数を使用する)
CURRENT_TIMESTAMP を使用するように now() を置換。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/SC_Product.php

    r21131 r21185  
    539539        $val['product_id'] = $productId; 
    540540        $val['creator_id'] = $_SESSION['member_id']; 
    541         $val['create_date'] = 'Now()'; 
    542         $val['update_date'] = 'Now()'; 
     541        $val['create_date'] = 'CURRENT_TIMESTAMP'; 
     542        $val['update_date'] = 'CURRENT_TIMESTAMP'; 
    543543        $val['del_flg'] = '0'; 
    544544 
Note: See TracChangeset for help on using the changeset viewer.