Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 4977)
+++ temp/trunk/html/admin/batch/daily.php	(revision 4979)
@@ -237,4 +237,6 @@
 	for($i = 0; $i <= $age_loop; $i++) {
 		$where = $base_where . " AND order_birth >= cast('$start_date' as date)";
+		$start_age = $i * 10;
+		$end_age = $start_age+9;
 		if($i <= $age_loop) {
 			$where = $where . " AND order_birth <= cast('$end_date' as date)";
