Index: /temp/trunk/html/admin/total/index.php
===================================================================
--- /temp/trunk/html/admin/total/index.php	(revision 2914)
+++ /temp/trunk/html/admin/total/index.php	(revision 2917)
@@ -335,5 +335,5 @@
 
 /* ÀÞ¤ìÀþ¥°¥é¥Õ¤ÎºîÀ® */
-function lfGetGraphLine($arrResults, $keyname, $type, $xtitle, $ytitle) {
+function lfGetGraphLine($arrResults, $keyname, $type, $xtitle, $ytitle, $sdate, $edate) {
 	
 	$ret_path = "";
@@ -380,5 +380,5 @@
 			$startKey = $sy . "Ç¯" . $sm . "·î" . $sd . "Æü";
 			$endKey = $ey . "Ç¯" . $em . "·î" . $ed . "Æü";
-			$objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $startKey . " - " . $endKey);
+			$objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $sdate . " - " . $edate);
 			
 			// ¥°¥é¥ÕÉÁ²è
@@ -766,5 +766,5 @@
 		if($graph) {
 			$image_key = "term_" . $type;
-			$objPage->tpl_image = lfGetGraphLine($objPage->arrResults, $objPage->keyname, $image_key, $xtitle, $ytitle);
+			$objPage->tpl_image = lfGetGraphLine($objPage->arrResults, $objPage->keyname, $image_key, $xtitle, $ytitle, $sdate, $edate);
 		}
 		
