Index: temp/branches/ec-cube-beta/html/admin/contents/campaign.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/contents/campaign.php	(revision 10706)
+++ temp/branches/ec-cube-beta/html/admin/contents/campaign.php	(revision 10707)
@@ -41,4 +41,6 @@
 switch($_POST['mode']) {
 	case 'regist':
+		// ¥¨¥é¡¼¥Á¥§¥Ã¥¯
+		lfErrorCheck();
 		break;
 	default:
@@ -86,3 +88,23 @@
 
 }
+
+/* 
+ * ´Ø¿ôÌ¾¡§lfErrorCheck()
+ * ÀâÌÀ¡¡¡§¥¨¥é¡¼¥Á¥§¥Ã¥¯
+ */
+function lfErrorCheck() {
+	global $objQuery;
+	global $objFormParam;
+
+	$arrList = $objFormParam->getHashArray();
+	$objErr = new SC_CheckError($arrList);
+	$objErr->arrErr = $objFormParam->checkError();
+	
+	$objErr->doFunc(array("³«»ÏÆü»þ", "start_year", "start_month", "start_day"), array("CHECK_DATE"));
+	$objErr->doFunc(array("Ää»ßÆü»þ", "end_year", "end_month", "end_day"), array("CHECK_DATE"));
+	$objErr->doFunc(array("³«»ÏÆü»þ", "Ää»ßÆü»þ", "start_year", "start_month", "start_day", "end_year", "end_month", "end_day"), array("CHECK_SET_TERM"));
+	
+	return $objErr->arrErr;
+}
+
 ?>
Index: temp/branches/ec-cube-beta/html/admin/design/upload.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/design/upload.php	(revision 10443)
+++ temp/branches/ec-cube-beta/html/admin/design/upload.php	(revision 10707)
@@ -101,6 +101,6 @@
 /* 
  * ´Ø¿ôÌ¾¡§lfErrorCheck()
- * °ú¿ô1 ¡§¥Ñ¥é¥á¡¼¥¿
- * ÀâÌÀ¡¡¡§¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½
+ * °ú¿ô1 ¡§¥Õ¥©¡¼¥à¤ÎÃÍ
+ * ÀâÌÀ¡¡¡§¥¨¥é¡¼¥Á¥§¥Ã¥¯
  */
 function lfErrorCheck($arrList) {
