Index: temp/trunk/html/admin/total/index.php
===================================================================
--- temp/trunk/html/admin/total/index.php	(revision 7229)
+++ temp/trunk/html/admin/total/index.php	(revision 7230)
@@ -438,6 +438,4 @@
 		// ¥°¥é¥Õ¤Î½ÐÎÏ
 		$objGraphPie->outputGraph(false, $path);
-		
-		sfprintr($objGraphPie->outputGraph(true));
 
 		// ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹
@@ -460,26 +458,29 @@
 		$path = GRAPH_DIR . $pngname;
 		
-			$objGraphBar = new SC_GraphBar();
-			
-			foreach(array_keys($arrList) as $val) {
-				$arrKey[] = ereg_replace("¡Á", "-", $val);
-			}
-			
-			// ¥°¥é¥ÕÉÁ²è
-			$objGraphBar->setXLabel($arrKey);
-			$objGraphBar->setXTitle($xtitle);
-			$objGraphBar->setYTitle($ytitle);
-			$objGraphBar->setData($arrList);
-			
-			// ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ®
-			$arrKey = array_keys($arrList);
-			list($sy, $sm, $sd) = split("[/ ]" , $sdate);
-			list($ey, $em, $ed) = split("[/ ]" , $edate);
-			$start_date = $sy . "Ç¯" . $sm . "·î" . $sd . "Æü";
-			$end_date = $ey . "Ç¯" . $em . "·î" . $ed . "Æü";
-			$objGraphBar->drawTitle("½¸·×´ü´Ö¡§" . $start_date . " - " . $end_date);
-			
-			$objGraphBar->drawGraph();
-			$objGraphBar->outputGraph(false,$path);
+		$objGraphBar = new SC_GraphBar();
+		
+		foreach(array_keys($arrList) as $val) {
+			$arrKey[] = ereg_replace("¡Á", "-", $val);
+		}
+		
+		// ¥°¥é¥ÕÉÁ²è
+		$objGraphBar->setXLabel($arrKey);
+		$objGraphBar->setXTitle($xtitle);
+		$objGraphBar->setYTitle($ytitle);
+		$objGraphBar->setData($arrList);
+		
+		// ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ®
+		$arrKey = array_keys($arrList);
+		list($sy, $sm, $sd) = split("[/ ]" , $sdate);
+		list($ey, $em, $ed) = split("[/ ]" , $edate);
+		$start_date = $sy . "Ç¯" . $sm . "·î" . $sd . "Æü";
+		$end_date = $ey . "Ç¯" . $em . "·î" . $ed . "Æü";
+		$objGraphBar->drawTitle("½¸·×´ü´Ö¡§" . $start_date . " - " . $end_date);
+		
+		$objGraphBar->drawGraph();
+		//$objGraphBar->outputGraph(false,$path);
+		
+		sfprintr($objGraphBar->outputGraph());
+		exit();
 
 		// ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹
