Index: /temp/trunk/html/admin/batch/daily.php
===================================================================
--- /temp/trunk/html/admin/batch/daily.php	(revision 4990)
+++ /temp/trunk/html/admin/batch/daily.php	(revision 4991)
@@ -248,5 +248,5 @@
 	// ÃÂÀ¸ÆüÆþÎÏ¤Ê¤·
 	$where = $base_where . " AND order_birth IS NULL ";
-	lfBatOrderAgeSub($sql . $where, $start, $end, 999, NULL, 1);
+	lfBatOrderAgeSub($sql . $where, $start, $end, NULL, NULL, 1);
 
 	/* Èó²ñ°÷½¸·× */
@@ -282,9 +282,5 @@
 	$objQuery = new SC_Query();
 	
-	if($start_age != NULL || $end_age != NULL) {
-		$arrRet = $objQuery->getall($sql, array($start, $end));
-	} else {
-		$arrRet = $objQuery->getall($sql, array($start, $end));
-	}
+	$arrRet = $objQuery->getall($sql, array($start, $end));
 	$sqlval = $arrRet[0];
 	
Index: /temp/trunk/html/admin/total/index.php
===================================================================
--- /temp/trunk/html/admin/total/index.php	(revision 4989)
+++ /temp/trunk/html/admin/total/index.php	(revision 4991)
@@ -405,6 +405,4 @@
 		$path = GRAPH_DIR . $pngname;
 		
-		// ¥°¥é¥Õ²èÁü¤¬Â¸ºß¤·¤Ê¤¤¾ì¹ç¤À¤±ºîÀ®¤¹¤ë
-		if(!file_exists($path)) {
 			$objGraphPie = new SC_GraphPie();
 			
@@ -432,5 +430,5 @@
 			// ¥°¥é¥Õ¤Î½ÐÎÏ
 			$objGraphPie->outputGraph(false, $path);			
-		}
+
 		// ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹
 		$ret_path = GRAPH_URL . $pngname;
@@ -452,6 +450,4 @@
 		$path = GRAPH_DIR . $pngname;
 		
-		// ¥°¥é¥Õ²èÁü¤¬Â¸ºß¤·¤Ê¤¤¾ì¹ç¤À¤±ºîÀ®¤¹¤ë
-		if(!file_exists($path)) {
 			$objGraphBar = new SC_GraphBar();
 			
@@ -476,5 +472,4 @@
 			$objGraphBar->drawGraph();
 			$objGraphBar->outputGraph(false,$path);
-		}
 
 		// ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹
