Changeset 4991 for temp/trunk
- Timestamp:
- 2006/09/18 15:07:33 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
batch/daily.php (modified) (2 diffs)
-
total/index.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r4990 r4991 248 248 // ÃÂÀ¸ÆüÆþÎϤʤ· 249 249 $where = $base_where . " AND order_birth IS NULL "; 250 lfBatOrderAgeSub($sql . $where, $start, $end, 999, NULL, 1);250 lfBatOrderAgeSub($sql . $where, $start, $end, NULL, NULL, 1); 251 251 252 252 /* Èó²ñ°÷½¸·× */ … … 282 282 $objQuery = new SC_Query(); 283 283 284 if($start_age != NULL || $end_age != NULL) { 285 $arrRet = $objQuery->getall($sql, array($start, $end)); 286 } else { 287 $arrRet = $objQuery->getall($sql, array($start, $end)); 288 } 284 $arrRet = $objQuery->getall($sql, array($start, $end)); 289 285 $sqlval = $arrRet[0]; 290 286 -
temp/trunk/html/admin/total/index.php
r4989 r4991 405 405 $path = GRAPH_DIR . $pngname; 406 406 407 // ¥°¥é¥Õ²èÁü¤¬Â¸ºß¤·¤Ê¤¤¾ì¹ç¤À¤±ºîÀ®¤¹¤ë408 if(!file_exists($path)) {409 407 $objGraphPie = new SC_GraphPie(); 410 408 … … 432 430 // ¥°¥é¥Õ¤Î½ÐÎÏ 433 431 $objGraphPie->outputGraph(false, $path); 434 } 432 435 433 // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹ 436 434 $ret_path = GRAPH_URL . $pngname; … … 452 450 $path = GRAPH_DIR . $pngname; 453 451 454 // ¥°¥é¥Õ²èÁü¤¬Â¸ºß¤·¤Ê¤¤¾ì¹ç¤À¤±ºîÀ®¤¹¤ë455 if(!file_exists($path)) {456 452 $objGraphBar = new SC_GraphBar(); 457 453 … … 476 472 $objGraphBar->drawGraph(); 477 473 $objGraphBar->outputGraph(false,$path); 478 }479 474 480 475 // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹
Note: See TracChangeset
for help on using the changeset viewer.
