Index: temp/trunk/html/admin/total/index.php
===================================================================
--- temp/trunk/html/admin/total/index.php	(revision 6973)
+++ temp/trunk/html/admin/total/index.php	(revision 7229)
@@ -413,29 +413,31 @@
 		$path = GRAPH_DIR . $pngname;
 		
-			$objGraphPie = new SC_GraphPie();
-			
-			/* ¥Ç¥Ð¥Ã¥°É½¼¨ÍÑ by naka
-			foreach($arrList as $key => $val) {
-				$objGraphPie->debugPrint("key:$key val:$val");
-			}
-			*/
-			
-			// ¥Ç¡¼¥¿¤ò¥»¥Ã¥È¤¹¤ë
-			$objGraphPie->setData($arrList);
-			// ËÞÎã¤ò¥»¥Ã¥È¤¹¤ë
-			$objGraphPie->setLegend(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 . "Æü";
-			$objGraphPie->drawTitle("½¸·×´ü´Ö¡§" . $start_date . " - " . $end_date);
-					
-			// ±ß¥°¥é¥ÕÉÁ²è
-			$objGraphPie->drawGraph();
-			
-			// ¥°¥é¥Õ¤Î½ÐÎÏ
-			$objGraphPie->outputGraph(false, $path);			
+		$objGraphPie = new SC_GraphPie();
+		
+		/* ¥Ç¥Ð¥Ã¥°É½¼¨ÍÑ by naka
+		foreach($arrList as $key => $val) {
+			$objGraphPie->debugPrint("key:$key val:$val");
+		}
+		*/
+		
+		// ¥Ç¡¼¥¿¤ò¥»¥Ã¥È¤¹¤ë
+		$objGraphPie->setData($arrList);
+		// ËÞÎã¤ò¥»¥Ã¥È¤¹¤ë
+		$objGraphPie->setLegend(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 . "Æü";
+		$objGraphPie->drawTitle("½¸·×´ü´Ö¡§" . $start_date . " - " . $end_date);
+				
+		// ±ß¥°¥é¥ÕÉÁ²è
+		$objGraphPie->drawGraph();
+		
+		// ¥°¥é¥Õ¤Î½ÐÎÏ
+		$objGraphPie->outputGraph(false, $path);
+		
+		sfprintr($objGraphPie->outputGraph(true));
 
 		// ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹
