Changeset 5000 for temp


Ignore:
Timestamp:
2006/09/18 15:30:21 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/mypage/change.php

    r4999 r5000  
    271271    //ÃÂÀ¸Æü¤Îǯ·îÆü¼èÆÀ 
    272272    if (isset($arrForm['birth'])){ 
    273         $arrDate = sfDispDBDate($arrForm['birth'],false); 
    274         list($year, $month, $day) = split("/", $arrDate); 
     273        $birth = split(" ", $arrForm["birth"]); 
     274        list($year, $month, $day) = split("/",$birth[0]); 
    275275         
    276276        $arrForm['year'] = $year; 
Note: See TracChangeset for help on using the changeset viewer.