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/pages/products/LC_Page_Products_Review.php

    r20970 r21185  
    198198        $arrRegist = $objFormParam->getDbArray(); 
    199199 
    200         $arrRegist['create_date'] = 'now()'; 
    201         $arrRegist['update_date'] = 'now()'; 
     200        $arrRegist['create_date'] = 'CURRENT_TIMESTAMP'; 
     201        $arrRegist['update_date'] = 'CURRENT_TIMESTAMP'; 
    202202        $arrRegist['creator_id'] = '0'; 
    203203 
Note: See TracChangeset for help on using the changeset viewer.