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

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/campaign/default/application.php

    r11272 r11273  
    149149    // ¥­¥ã¥ó¥Ú¡¼¥ó¤¬³«ºÅ´ü´Ö¤Ç¡¢¤«¤Ä¿½¹þÀ©¸ÂÆâ¤Ç¤¢¤ë 
    150150    if($now_date > $start_date && $now_date < $end_date 
    151             && $arrRet[0]['limit_count'] > 0 && $arrRet[0]['limit_count'] > $arrRet[0]['total_count']) { 
     151            && ($arrRet[0]['limit_count'] > $arrRet[0]['total_count'] || $arrRet[0]['limit_count'] < 1)) { 
    152152        $is_active = true; 
    153153    } 
Note: See TracChangeset for help on using the changeset viewer.