Changeset 4998 for temp/trunk


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

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/customer/edit.php

    r4997 r4998  
    107107    $objPage->list_data = $result[0]; 
    108108     
     109    $birth = split(" ", $objPage->list_data["birth"]); 
     110    $birth = split("/",$birth[0]); 
     111     
     112    sfprintr($birth); 
     113 
     114     
    109115    $objPage->list_data["year"] = substr($objPage->list_data["birth"], 0, 4); 
    110116    $objPage->list_data["month"] = substr($objPage->list_data["birth"], 5, 2); 
Note: See TracChangeset for help on using the changeset viewer.