Index: temp/trunk/html/admin/total/index.php
===================================================================
--- temp/trunk/html/admin/total/index.php	(revision 7248)
+++ temp/trunk/html/admin/total/index.php	(revision 7249)
@@ -401,5 +401,9 @@
 		// ¥°¥é¥ÕÉÁ²è
 		$objGraphLine->drawGraph();
-		$objGraphLine->outputGraph(false, $path);
+		// ¥°¥é¥Õ¤Î½ÐÎÏ
+		if(DRAW_IMAGE){
+			$objGraphBar->outputGraph();
+			exit();
+		}
 
 		// ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹
@@ -447,5 +451,8 @@
 		
 		// ¥°¥é¥Õ¤Î½ÐÎÏ
-		$objGraphPie->outputGraph(false, $path);
+		if(DRAW_IMAGE){
+			$objGraphBar->outputGraph();
+			exit();
+		}
 
 		// ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹
@@ -489,10 +496,10 @@
 		
 		$objGraphBar->drawGraph();
-		
+
 		if(DRAW_IMAGE){
 			$objGraphBar->outputGraph();
 			exit();
 		}
-		
+
 		// ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹
 		$ret_path = GRAPH_URL . $pngname;
