Index: /temp/trunk/html/admin/batch/daily.php
===================================================================
--- /temp/trunk/html/admin/batch/daily.php	(revision 2972)
+++ /temp/trunk/html/admin/batch/daily.php	(revision 2973)
@@ -40,10 +40,9 @@
 	
 	$ret = $objQuery->max("dtb_bat_order_daily", "create_date");
-	
-	sfPrintR($ret);
-	
 	list($batch_last) = split("\.", $ret);
 	
-	print(strtotime($batch_last));
+	$pass = $now_time - strtotime($batch_last);
+	
+	print($pass);
 	
 	// ºÇ¸å¤Î¥Ð¥Ã¥Á¼Â¹Ô¤«¤éLOAD_BATCH_PASSÉÃ·Ð²á¤·¤Æ¤¤¤Ê¤¤¤È¼Â¹Ô¤·¤Ê¤¤¡£
