- Timestamp:
- 2006/12/16 20:20:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/admin/contents/campaign.php
r10791 r10792 158 158 if($arrInfo['point_rate'] == "") $arrInfo['point_rate'] = "0"; 159 159 // ¥Õ¥é¥°¤ÏÀßÄꤵ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð0¤òÁÞÆþ 160 if(!$arrList['orverlapping_flg']) $arrList['orverlapping_flg'] = 0;161 if(!$arrList['cart_flg']) $arrList['cart_flg'] = 0;162 if(!$arrList['deliv_free_flg']) $arrList['deliv_free_flg'] = 0;160 if(!$arrList['orverlapping_flg']) $arrList['orverlapping_flg'] = "0"; 161 if(!$arrList['cart_flg']) $arrList['cart_flg'] = "0"; 162 if(!$arrList['deliv_free_flg']) $arrList['deliv_free_flg'] = "0"; 163 163 164 164 $sqlval['campaign_name'] = $arrList['campaign_name'];
Note: See TracChangeset
for help on using the changeset viewer.
