Changeset 10797


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

Legend:

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

    r10795 r10797  
    158158    if($arrInfo['point_rate'] == "") $arrInfo['point_rate'] = "0"; 
    159159    // ¥Õ¥é¥°¤ÏÀßÄꤵ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð0¤òÁÞÆþ 
     160    if(!$arrList['limit_count']) $arrList['limit_count'] = "0"; 
    160161    if(!$arrList['orverlapping_flg']) $arrList['orverlapping_flg'] = "0"; 
    161162    if(!$arrList['cart_flg']) $arrList['cart_flg'] = "0"; 
    162163    if(!$arrList['deliv_free_flg']) $arrList['deliv_free_flg'] = "0"; 
    163  
     164     
    164165    $sqlval['campaign_name'] = $arrList['campaign_name']; 
    165166    $sqlval['campaign_point_rate'] = $arrInfo['point_rate']; 
Note: See TracChangeset for help on using the changeset viewer.