Index: branches/version-2_11-dev/html/install/index.php
===================================================================
--- branches/version-2_11-dev/html/install/index.php	(revision 20970)
+++ branches/version-2_11-dev/html/install/index.php	(revision 21185)
@@ -551,5 +551,5 @@
     $sqlval['detail_tpl'] = "default1";
     $sqlval['mypage_tpl'] = "default1";
-    $sqlval['update_date'] = 'now()';
+    $sqlval['update_date'] = 'CURRENT_TIMESTAMP';
     $objQuery = new SC_Query($dsn);
     $cnt = $objQuery->count("dtb_baseinfo");
@@ -571,5 +571,5 @@
         'work' => 1,
         'del_flg' => 0,
-        'update_date' => 'now()',
+        'update_date' => 'CURRENT_TIMESTAMP',
     );
 
