Changeset 2107 for temp/trunk/html/admin/customer/edit.php
- Timestamp:
- 2006/08/26 16:02:52 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/customer/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/edit.php
r1922 r2107 92 92 $result = $objConn->getAll($sql, array($_POST["edit_customer_id"])); 93 93 $objPage->list_data = $result[0]; 94 95 sfprintr($objPage->list_data ); 96 94 97 if (strlen($objPage->list_data["birth_unix"]) > 0) { 95 98 $objPage->list_data["year"] = date("Y", $objPage->list_data["birth_unix"]);
Note: See TracChangeset
for help on using the changeset viewer.
