Changeset 4991 for temp/trunk


Ignore:
Timestamp:
2006/09/18 15:07:33 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/batch/daily.php

    r4990 r4991  
    248248    // ÃÂÀ¸ÆüÆþÎϤʤ· 
    249249    $where = $base_where . " AND order_birth IS NULL "; 
    250     lfBatOrderAgeSub($sql . $where, $start, $end, 999, NULL, 1); 
     250    lfBatOrderAgeSub($sql . $where, $start, $end, NULL, NULL, 1); 
    251251 
    252252    /* Èó²ñ°÷½¸·× */ 
     
    282282    $objQuery = new SC_Query(); 
    283283     
    284     if($start_age != NULL || $end_age != NULL) { 
    285         $arrRet = $objQuery->getall($sql, array($start, $end)); 
    286     } else { 
    287         $arrRet = $objQuery->getall($sql, array($start, $end)); 
    288     } 
     284    $arrRet = $objQuery->getall($sql, array($start, $end)); 
    289285    $sqlval = $arrRet[0]; 
    290286     
  • temp/trunk/html/admin/total/index.php

    r4989 r4991  
    405405        $path = GRAPH_DIR . $pngname; 
    406406         
    407         // ¥°¥é¥Õ²èÁü¤¬Â¸ºß¤·¤Ê¤¤¾ì¹ç¤À¤±ºîÀ®¤¹¤ë 
    408         if(!file_exists($path)) { 
    409407            $objGraphPie = new SC_GraphPie(); 
    410408             
     
    432430            // ¥°¥é¥Õ¤Î½ÐÎÏ 
    433431            $objGraphPie->outputGraph(false, $path);             
    434         } 
     432 
    435433        // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹ 
    436434        $ret_path = GRAPH_URL . $pngname; 
     
    452450        $path = GRAPH_DIR . $pngname; 
    453451         
    454         // ¥°¥é¥Õ²èÁü¤¬Â¸ºß¤·¤Ê¤¤¾ì¹ç¤À¤±ºîÀ®¤¹¤ë 
    455         if(!file_exists($path)) { 
    456452            $objGraphBar = new SC_GraphBar(); 
    457453             
     
    476472            $objGraphBar->drawGraph(); 
    477473            $objGraphBar->outputGraph(false,$path); 
    478         } 
    479474 
    480475        // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹ 
Note: See TracChangeset for help on using the changeset viewer.