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{
