Ignore:
Timestamp:
2006/12/16 20:20:41 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/contents/campaign.php

    r10791 r10792  
    158158    if($arrInfo['point_rate'] == "") $arrInfo['point_rate'] = "0"; 
    159159    // ¥Õ¥é¥°¤ÏÀßÄꤵ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð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"; 
    163163 
    164164    $sqlval['campaign_name'] = $arrList['campaign_name']; 
Note: See TracChangeset for help on using the changeset viewer.