Changeset 10780 for temp/branches
- Timestamp:
- 2006/12/16 19:41:52 (20 years ago)
- Location:
- temp/branches/ec-cube-beta
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/contents/campaign.tpl (modified) (1 diff)
-
html/admin/contents/campaign.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/Smarty/templates/admin/contents/campaign.tpl
r10778 r10780 22 22 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 23 23 <input type="hidden" name="mode" value=""> 24 <input type="hidden" name="campaign_id" value="<!--{$ campaign_id}-->" >24 <input type="hidden" name="campaign_id" value="<!--{$arrForm.campaign_id}-->" > 25 25 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 26 26 <tr valign="top"> -
temp/branches/ec-cube-beta/html/admin/contents/campaign.php
r10779 r10780 200 200 $arrRet = $objQuery->select($col, "dtb_campaign", "campaign_id = ?", array($campaign_id)); 201 201 202 // ³«»ÏÆü»þ¡¦Ää»ßÆü»þ¤òʬ²ò 203 sfprintr(date("Y-m-d" ,$arrRet[0]['start_date'])); 204 202 205 return $arrRet[0]; 203 206 }
Note: See TracChangeset
for help on using the changeset viewer.
