Ignore:
Timestamp:
2007/03/28 13:01:38 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/html/admin/total/index.php

    r11730 r11982  
    9999        } 
    100100 
    101         if($_POST['type'] != "") { 
    102             $type = $_POST['type']; 
     101        if($objFormParam->getValue('type') != "") { 
     102            $type = $objFormParam->getValue('type'); 
    103103        } 
    104104                 
     
    200200        // ¥Ð¥Ã¥Á¥â¡¼¥É¤Î¾ì¹ç¤Î¤ß¼Â¹Ô¤¹¤ë 
    201201        if(DAILY_BATCH_MODE) { 
    202             // 1¥ö·îʬ¤Î½¸·× 
    203             lfStartDailyTotal(31,0); 
     202            // 3ÆüÁ°¤Þ¤Ç¤Î½¸·× 
     203            lfStartDailyTotal(3,0); 
    204204        } 
    205205    } 
Note: See TracChangeset for help on using the changeset viewer.