Changeset 2914 for temp/trunk
- Timestamp:
- 2006/08/30 15:49:06 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/total/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/index.php
r2913 r2914 464 464 $objGraphBar->setYTitle($ytitle); 465 465 $objGraphBar->setData($arrList); 466 467 // ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ® 468 $arrKey = array_keys($arrList); 469 list($sy, $sm, $sd) = split("/" , $arrKey[0]); 470 list($ey, $em, $ed) = split("/" , $arrKey[count($arrKey) - 1]); 471 $startKey = $sy . "ǯ" . $sm . "·î" . $sd . "Æü"; 472 $endKey = $ey . "ǯ" . $em . "·î" . $ed . "Æü"; 473 $objGraphBar->drawTitle("½¸·×´ü´Ö¡§" . $startKey . " - " . $endKey); 474 466 475 $objGraphBar->drawGraph(); 467 468 476 $objGraphBar->outputGraph(false,$path); 469 477 }
Note: See TracChangeset
for help on using the changeset viewer.
