Changeset 5909 for temp/trunk/html/admin/customer/edit.php
- Timestamp:
- 2006/09/26 17:49:31 (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
r5908 r5909 214 214 $mailmaga = $objQuery->getAll("SELECT * FROM dtb_customer_mail WHERE email = ?", $array["edit_email"]); 215 215 216 sfprintr($mailmaga); 216 217 if(count($mailmaga) > 0 ){ 217 218 $objQuery->Update("dtb_customer_mail", $arrRegistMail, "email = '" .addslashes($array["edit_email"]). "'");
Note: See TracChangeset
for help on using the changeset viewer.
