Index: /temp/trunk/html/admin/total/index.php
===================================================================
--- /temp/trunk/html/admin/total/index.php	(revision 2922)
+++ /temp/trunk/html/admin/total/index.php	(revision 2924)
@@ -375,5 +375,4 @@
 			
 			// ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ®
-			$arrKey = array_keys($arrList);
 			list($sy, $sm, $sd) = split("[/ ]" , $sdate);
 			list($ey, $em, $ed) = split("[/ ]" , $edate);
@@ -409,5 +408,4 @@
 		if(!file_exists($path)) {
 			$objGraphPie = new SC_GraphPie();
-			$objGraphLine = new SC_GraphLine();
 			
 			/* ¥Ç¥Ð¥Ã¥°É½¼¨ÍÑ by naka
@@ -421,7 +419,8 @@
 			// ËÞÎã¤ò¥»¥Ã¥È¤¹¤ë
 			$objGraphPie->setLegend(array_keys($arrList));
+			
+			print($sdate);
 									
 			// ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ®
-			$arrKey = array_keys($arrList);
 			list($sy, $sm, $sd) = split("[/ ]" , $sdate);
 			list($ey, $em, $ed) = split("[/ ]" , $edate);
