Index: temp/branches/ec-cube-beta/html/admin/contents/campaign.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/contents/campaign.php	(revision 10710)
+++ temp/branches/ec-cube-beta/html/admin/contents/campaign.php	(revision 10711)
@@ -49,4 +49,10 @@
 }
 
+$objDate = new SC_Date();
+// ÅÐÏ¿¡¦¹¹¿·Æü¸¡º÷ÍÑ
+$objPage->arrYear = $objDate->setStartYear();
+$objPage->arrMonth = $objDate->getMonth();
+$objPage->arrDay = $objDate->getDay();
+
 // ¥Õ¥©¡¼¥à¤ÎÃÍ¤ò¥Æ¥ó¥×¥ì¡¼¥È¤ØÅÏ¤¹
 $objPage->arrForm = $objFormParam->getHashArray();
@@ -94,5 +100,4 @@
  */
 function lfErrorCheck() {
-	global $objQuery;
 	global $objFormParam;
 
