Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 3451)
+++ temp/trunk/html/admin/batch/daily.php	(revision 3453)
@@ -71,7 +71,5 @@
 function lfRealTimeDailyTotal($sdate, $edate) {
 	$pass = strtotime($edate) - strtotime($sdate);
-	
-	
-	$loop = intval($pass / (24 * 3600));
+	$loop = intval($pass / 86400);
 	
 	print($pass . ":" . $loop);
