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/shopping/LC_Page_Shopping.php

    r21138 r21185  
    361361        // 登録データの作成 
    362362        $arrValues['order_birth'] = SC_Utils_Ex::sfGetTimestamp($arrParams['year'], $arrParams['month'], $arrParams['day']); 
    363         $arrValues['update_date'] = 'Now()'; 
     363        $arrValues['update_date'] = 'CURRENT_TIMESTAMP'; 
    364364        $arrValues['customer_id'] = '0'; 
    365365 
Note: See TracChangeset for help on using the changeset viewer.