Changeset 5914 for temp/trunk/html/admin
- Timestamp:
- 2006/09/26 18:10:22 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
customer/edit.php (modified) (1 diff)
-
system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/edit.php
r5912 r5914 213 213 $mailmaga = $objQuery->getAll("SELECT * FROM dtb_customer_mail WHERE email = ?", $array["edit_email"]); 214 214 215 sfprintr($mailmaga);216 215 if(count($mailmaga) > 0 ){ 217 216 $objQuery->Update("dtb_customer_mail", $arrRegistMail, "email = '" .addslashes($array["edit_email"]). "'"); -
temp/trunk/html/admin/system/bkup.php
r5898 r5914 530 530 // ¥¨¥é¡¼¤¬¤¢¤ì¤Ð½ªÎ» 531 531 if ($err->message != ""){ 532 $objQuery->getlastquery();533 532 return false; 534 533 }
Note: See TracChangeset
for help on using the changeset viewer.
