Changeset 2918 for temp/trunk


Ignore:
Timestamp:
2006/08/30 15:55:49 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2917 r2918  
    376376            // ¥á¥¤¥ó¥¿¥¤¥È¥ëºîÀ® 
    377377            $arrKey = array_keys($arrList); 
    378             list($sy, $sm, $sd) = split("/" , $arrKey[0]); 
    379             list($ey, $em, $ed) = split("/" , $arrKey[count($arrKey) - 1]); 
    380             $startKey = $sy . "ǯ" . $sm . "·î" . $sd . "Æü"; 
    381             $endKey = $ey . "ǯ" . $em . "·î" . $ed . "Æü"; 
    382             $objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $sdate . " - " . $edate); 
     378            list($sy, $sm, $sd) = split("[/ ]" , $sdate); 
     379            list($ey, $em, $ed) = split("[/ ]" , $edate); 
     380            $start_date = $sy . "ǯ" . $sm . "·î" . $sd . "Æü"; 
     381            $end_date = $ey . "ǯ" . $em . "·î" . $ed . "Æü"; 
     382            $objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $start_date . " - " . $end_date); 
    383383             
    384384            // ¥°¥é¥ÕÉÁ²è 
Note: See TracChangeset for help on using the changeset viewer.