Changeset 4995 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r4994 r4995  
    107107    $objPage->list_data = $result[0]; 
    108108     
    109     sfprintr($objPage->list_data ); 
    110      
    111109    $objPage->list_data["year"] = substr($objPage->list_data["birth"], 0, 4); 
    112110    $objPage->list_data["month"] = substr($objPage->list_data["birth"], 5, 6); 
    113111    $objPage->list_data["day"] = substr($objPage->list_data["birth"], 7, 8); 
     112     
     113        sfprintr($objPage->list_data ); 
     114 
    114115     
    115116    $objPage->list_data["password"] = DEFAULT_PASSWORD; 
Note: See TracChangeset for help on using the changeset viewer.