Changeset 2888 for temp/trunk/html


Ignore:
Timestamp:
2006/08/30 14:07:58 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/index.php

    r2887 r2888  
    376376            // ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ® 
    377377            $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]); 
    380380            $startKey = $sy . "ǯ" . $sm . "·î" . $sd . "Æü"; 
    381381            $startKey = $ey . "ǯ" . $em . "·î" . $ed . "Æü"; 
Note: See TracChangeset for help on using the changeset viewer.