Changeset 4979 for temp/trunk/html/admin
- Timestamp:
- 2006/09/18 14:06:19 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
batch/daily.php (modified) (1 diff)
-
total/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r4977 r4979 237 237 for($i = 0; $i <= $age_loop; $i++) { 238 238 $where = $base_where . " AND order_birth >= cast('$start_date' as date)"; 239 $start_age = $i * 10; 240 $end_age = $start_age+9; 239 241 if($i <= $age_loop) { 240 242 $where = $where . " AND order_birth <= cast('$end_date' as date)"; -
temp/trunk/html/admin/total/index.php
r4978 r4979 600 600 $objPage->arrResults = $objQuery->getall($sql, $arrval); 601 601 602 $objQuery->getlastquery();603 604 602 // ±ß¥°¥é¥Õ¤ÎÀ¸À® 605 603 if($graph) { … … 654 652 $objQuery = new SC_Query(); 655 653 $objPage->arrResults = $objQuery->getall($sql, $arrval); 654 655 $objQuery->getlastquery(); 656 656 657 657 $max = count($objPage->arrResults);
Note: See TracChangeset
for help on using the changeset viewer.
