Changeset 2888 for temp/trunk/html
- Timestamp:
- 2006/08/30 14:07:58 (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
r2887 r2888 376 376 // ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ® 377 377 $arrKey = array_keys($arrList); 378 list($sy, $sm, $sd) = split( $arrKey[0]);379 list($ey, $em, $ed) = split( $arrKey[count($arrKey) - 1]);378 list($sy, $sm, $sd) = split("/" , $arrKey[0]); 379 list($ey, $em, $ed) = split("/" , $arrKey[count($arrKey) - 1]); 380 380 $startKey = $sy . "ǯ" . $sm . "·î" . $sd . "Æü"; 381 381 $startKey = $ey . "ǯ" . $em . "·î" . $ed . "Æü";
Note: See TracChangeset
for help on using the changeset viewer.
