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/regist/LC_Page_Regist.php

    r20972 r21185  
    105105        $arrRegist["secret_key"]    = SC_Helper_Customer_Ex::sfGetUniqSecretKey(); //本登録ID発行 
    106106        $arrRegist['status']        = 2; 
    107         $arrRegist["update_date"]   = "NOW()"; 
     107        $arrRegist["update_date"]   = 'CURRENT_TIMESTAMP'; 
    108108 
    109109        $objQuery->begin(); 
Note: See TracChangeset for help on using the changeset viewer.