Changeset 5237 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/09/20 13:55:22 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4999 r5237  
    108108     
    109109    $birth = split(" ", $objPage->list_data["birth"]); 
    110     $birth = split("/",$birth[0]); 
     110    $birth = split("-",$birth[0]); 
    111111     
    112112    $objPage->list_data["year"] = $birth[0]; 
Note: See TracChangeset for help on using the changeset viewer.