Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 3448)
+++ temp/trunk/html/admin/batch/daily.php	(revision 3451)
@@ -71,5 +71,9 @@
 function lfRealTimeDailyTotal($sdate, $edate) {
 	$pass = strtotime($edate) - strtotime($sdate);
-	print(($pass / (24 * 3600)));
+	
+	
+	$loop = intval($pass / (24 * 3600));
+	
+	print($pass . ":" . $loop);
 }
 
Index: temp/trunk/html/admin/total/index.php
===================================================================
--- temp/trunk/html/admin/total/index.php	(revision 3448)
+++ temp/trunk/html/admin/total/index.php	(revision 3451)
@@ -167,5 +167,5 @@
 	if(count($_GET) == 0) {
 		// 1¥ö·îÊ¬¤Î½¸·×
-		lfStartDailyTotal(31,0);
+		//lfStartDailyTotal(31,0);
 	}
 	break;
