Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 4837)
+++ temp/trunk/html/admin/batch/daily.php	(revision 4838)
@@ -242,5 +242,5 @@
 			$where = $where . " AND order_birth <= '$end_date'";
 		}
-		lfBatOrderAgeSub($sql . $where, $start, $end, $start_age, $end_age, 1);
+		//lfBatOrderAgeSub($sql . $where, $start, $end, $start_age, $end_age, 1);
 		$end_date = date("Y/m/d",strtotime("1 day" ,strtotime($start_date)));
 		$start_date = date("Y/m/d",strtotime("-10 year",strtotime($end_date)));
@@ -267,5 +267,6 @@
 	
 	// Ç¯ÎðËè¤Ë½¸·×¤¹¤ë¡£
-/*	for($i = 0; $i <= $age_loop; $i++) {
+/*
+	for($i = 0; $i <= $age_loop; $i++) {
 		$start_age = $i * 10;
 		$end_age = $start_age + 9;
@@ -275,5 +276,5 @@
 		lfBatOrderAgeSub($sql . $where, $start, $end, $start_age, $end_age, 0);
 	}
-	*/
+*/
 	// ÃÂÀ¸ÆüÆþÎÏ¤Ê¤·
 	$where = $base_where . " AND order_birth IS NULL AND del_flg = 0";
