Changeset 2887 for temp/trunk/html
- Timestamp:
- 2006/08/30 14:07:25 (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
r2878 r2887 376 376 // ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ® 377 377 $arrKey = array_keys($arrList); 378 $objGraphLine->drawTitle($arrKey[0] . "¢·" . $arrKey[count($arrKey) - 1]); 378 list($sy, $sm, $sd) = split($arrKey[0]); 379 list($ey, $em, $ed) = split($arrKey[count($arrKey) - 1]); 380 $startKey = $sy . "ǯ" . $sm . "·î" . $sd . "Æü"; 381 $startKey = $ey . "ǯ" . $em . "·î" . $ed . "Æü"; 382 383 $objGraphLine->drawTitle($startKey . "¡Á" . $endKey); 379 384 380 385 // ¥°¥é¥ÕÉÁ²è
Note: See TracChangeset
for help on using the changeset viewer.
