Index: temp/trunk/html/admin/total/index.php
===================================================================
--- temp/trunk/html/admin/total/index.php	(revision 3532)
+++ temp/trunk/html/admin/total/index.php	(revision 3533)
@@ -362,39 +362,36 @@
 		$path = GRAPH_DIR . $pngname;
 		
-		// ¥°¥é¥Õ²èÁü¤¬Â¸ºß¤·¤Ê¤¤¾ì¹ç¤À¤±ºîÀ®¤¹¤ë
-		//if(!file_exists($path)) {
-						
-			// ¥é¥Ù¥ëÉ½¼¨¥¤¥ó¥¿¡¼¥Ð¥ë¤òµá¤á¤ë
-			$interval = intval(count($arrList) / 20);
-			if($interval < 1) {
-				$interval = 1;
-			}
-			$objGraphPie = new SC_GraphPie();
-			$objGraphLine = new SC_GraphLine();
-			
-			// ÃÍ¤Î¥»¥Ã¥È
-			$objGraphLine->setData($arrList);
-			$objGraphLine->setXLabel(array_keys($arrList));
-			
-			// ¥é¥Ù¥ë²óÅ¾(ÆüËÜ¸ìÉÔ²Ä)
-			if($keyname == "key_day"){
-				$objGraphLine->setXLabelAngle(-45);
-			}
-
-			// ¥¿¥¤¥È¥ë¥»¥Ã¥È
-			$objGraphLine->setXTitle($xtitle);
-			$objGraphLine->setYTitle($ytitle);
-			
-			// ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ®
-			list($sy, $sm, $sd) = split("[/ ]" , $sdate);
-			list($ey, $em, $ed) = split("[/ ]" , $edate);
-			$start_date = $sy . "Ç¯" . $sm . "·î" . $sd . "Æü";
-			$end_date = $ey . "Ç¯" . $em . "·î" . $ed . "Æü";
-			$objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $start_date . " - " . $end_date);
-			
-			// ¥°¥é¥ÕÉÁ²è
-			$objGraphLine->drawGraph();
-			$objGraphLine->outputGraph(false, $path);
-		//}
+		// ¥é¥Ù¥ëÉ½¼¨¥¤¥ó¥¿¡¼¥Ð¥ë¤òµá¤á¤ë
+		$interval = intval(count($arrList) / 20);
+		if($interval < 1) {
+			$interval = 1;
+		}
+		$objGraphPie = new SC_GraphPie();
+		$objGraphLine = new SC_GraphLine();
+		
+		// ÃÍ¤Î¥»¥Ã¥È
+		$objGraphLine->setData($arrList);
+		$objGraphLine->setXLabel(array_keys($arrList));
+		
+		// ¥é¥Ù¥ë²óÅ¾(ÆüËÜ¸ìÉÔ²Ä)
+		if($keyname == "key_day"){
+			$objGraphLine->setXLabelAngle(-45);
+		}
+
+		// ¥¿¥¤¥È¥ë¥»¥Ã¥È
+		$objGraphLine->setXTitle($xtitle);
+		$objGraphLine->setYTitle($ytitle);
+		
+		// ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ®
+		list($sy, $sm, $sd) = split("[/ ]" , $sdate);
+		list($ey, $em, $ed) = split("[/ ]" , $edate);
+		$start_date = $sy . "Ç¯" . $sm . "·î" . $sd . "Æü";
+		$end_date = $ey . "Ç¯" . $em . "·î" . $ed . "Æü";
+		$objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $start_date . " - " . $end_date);
+		
+		// ¥°¥é¥ÕÉÁ²è
+		$objGraphLine->drawGraph();
+		$objGraphLine->outputGraph(false, $path);
+
 		// ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹
 		$ret_path = GRAPH_URL . $pngname;
