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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/html/install/index.php

    r20970 r21185  
    551551    $sqlval['detail_tpl'] = "default1"; 
    552552    $sqlval['mypage_tpl'] = "default1"; 
    553     $sqlval['update_date'] = 'now()'; 
     553    $sqlval['update_date'] = 'CURRENT_TIMESTAMP'; 
    554554    $objQuery = new SC_Query($dsn); 
    555555    $cnt = $objQuery->count("dtb_baseinfo"); 
     
    571571        'work' => 1, 
    572572        'del_flg' => 0, 
    573         'update_date' => 'now()', 
     573        'update_date' => 'CURRENT_TIMESTAMP', 
    574574    ); 
    575575 
Note: See TracChangeset for help on using the changeset viewer.