Changeset 21185 for branches/version-2_11-dev/html/install/index.php
- Timestamp:
- 2011/08/11 19:37:10 (15 years ago)
- File:
-
- 1 edited
-
branches/version-2_11-dev/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/html/install/index.php
r20970 r21185 551 551 $sqlval['detail_tpl'] = "default1"; 552 552 $sqlval['mypage_tpl'] = "default1"; 553 $sqlval['update_date'] = ' now()';553 $sqlval['update_date'] = 'CURRENT_TIMESTAMP'; 554 554 $objQuery = new SC_Query($dsn); 555 555 $cnt = $objQuery->count("dtb_baseinfo"); … … 571 571 'work' => 1, 572 572 'del_flg' => 0, 573 'update_date' => ' now()',573 'update_date' => 'CURRENT_TIMESTAMP', 574 574 ); 575 575
Note: See TracChangeset
for help on using the changeset viewer.
