Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 4979)
+++ temp/trunk/html/admin/batch/daily.php	(revision 4980)
@@ -282,5 +282,6 @@
 	
 	if($start_age != NULL || $end_age != NULL) {
-		$arrRet = $objQuery->getall($sql, array($start, $end, $start_age, $end_age));
+//		$arrRet = $objQuery->getall($sql, array($start, $end, $start_age, $end_age));
+		$arrRet = $objQuery->getall($sql, array($start, $end));
 	} else {
 		$arrRet = $objQuery->getall($sql, array($start, $end));
