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