Ignore:
Timestamp:
2006/08/26 16:02:52 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r1922 r2107  
    9292    $result = $objConn->getAll($sql, array($_POST["edit_customer_id"])); 
    9393    $objPage->list_data = $result[0]; 
     94     
     95    sfprintr($objPage->list_data ); 
     96     
    9497    if (strlen($objPage->list_data["birth_unix"]) > 0) { 
    9598        $objPage->list_data["year"] = date("Y", $objPage->list_data["birth_unix"]); 
Note: See TracChangeset for help on using the changeset viewer.