Index: temp/trunk/html/admin/system/input.php
===================================================================
--- temp/trunk/html/admin/system/input.php	(revision 5162)
+++ temp/trunk/html/admin/system/input.php	(revision 5189)
@@ -161,4 +161,5 @@
 	$sqlval['creator_id'] = $_SESSION['member_id'];
 	$sqlval['create_date'] = "now()";
+	$sqlval['update_date'] = "now()";
 	// INSERT¤Î¼Â¹Ô
 	$ret = $oquery->insert("dtb_member", $sqlval);
Index: temp/trunk/html/admin/design/bloc.php
===================================================================
--- temp/trunk/html/admin/design/bloc.php	(revision 4401)
+++ temp/trunk/html/admin/design/bloc.php	(revision 5189)
@@ -214,5 +214,7 @@
 		$sql .= "     ,tpl_path ";		// ¥Æ¥ó¥×¥ì¡¼¥ÈÊÝÂ¸Àè
 		$sql .= "     ,filename ";		// ¥Õ¥¡¥¤¥ëÌ¾¾Î
-		$sql .= " ) VALUES ( ?,?,? )";
+		$sql .= "     ,create_date ";	// ºîÀ®Æü
+		$sql .= "     ,update_date ";	// ¹¹¿·Æü
+		$sql .= " ) VALUES ( ?,?,?,now(),now() )";
 		$sql .= " ";
 	}else{
Index: temp/trunk/html/admin/design/main_edit.php
===================================================================
--- temp/trunk/html/admin/design/main_edit.php	(revision 5145)
+++ temp/trunk/html/admin/design/main_edit.php	(revision 5189)
@@ -214,5 +214,7 @@
 		$sql .= "	  ,footer_chk";
 		$sql .= "	  ,update_url";
-		$sql .= " ) VALUES ( ?,?,?,?,?,?,?,? )";
+		$sql .= "	  ,create_date";
+		$sql .= "	  ,update_date";
+		$sql .= " ) VALUES ( ?,?,?,?,?,?,?,?,now(),now() )";
 		$sql .= " ";
 	}else{
