Index: /temp/trunk/html/admin/total/index.php
===================================================================
--- /temp/trunk/html/admin/total/index.php	(revision 2887)
+++ /temp/trunk/html/admin/total/index.php	(revision 2888)
@@ -376,6 +376,6 @@
 			// ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ®
 			$arrKey = array_keys($arrList);
-			list($sy, $sm, $sd) = split($arrKey[0]);
-			list($ey, $em, $ed) = split($arrKey[count($arrKey) - 1]);
+			list($sy, $sm, $sd) = split("/" , $arrKey[0]);
+			list($ey, $em, $ed) = split("/" , $arrKey[count($arrKey) - 1]);
 			$startKey = $sy . "Ç¯" . $sm . "·î" . $sd . "Æü";
 			$startKey = $ey . "Ç¯" . $em . "·î" . $ed . "Æü";
