Index: temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign.tpl
===================================================================
--- temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign.tpl	(revision 10778)
+++ temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign.tpl	(revision 10780)
@@ -22,5 +22,5 @@
 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
 <input type="hidden" name="mode" value="">
-<input type="hidden" name="campaign_id" value="<!--{$campaign_id}-->" >
+<input type="hidden" name="campaign_id" value="<!--{$arrForm.campaign_id}-->" >
 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
 	<tr valign="top">
Index: temp/branches/ec-cube-beta/html/admin/contents/campaign.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/contents/campaign.php	(revision 10779)
+++ temp/branches/ec-cube-beta/html/admin/contents/campaign.php	(revision 10780)
@@ -200,4 +200,7 @@
 	$arrRet = $objQuery->select($col, "dtb_campaign", "campaign_id = ?", array($campaign_id));
 
+	// ³«»ÏÆü»þ¡¦Ää»ßÆü»þ¤òÊ¬²ò
+sfprintr(date("Y-m-d" ,$arrRet[0]['start_date']));
+	
 	return $arrRet[0];
 }
