Changeset 5911 for temp/trunk
- Timestamp:
- 2006/09/26 17:52:05 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/customer/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r5904 r5911 2107 2107 $arrRegist["update_date"] = "NOW()"; 2108 2108 2109 $sqlval["create_date"] = "NOW()"; 2110 $sqlval["update_date"] = "NOW()"; 2109 2111 $sqlval['email'] = $array['email']; 2110 2112 $sqlval['mail_flag'] = $array['mail_flag']; -
temp/trunk/html/admin/customer/edit.php
r5910 r5911 184 184 global $objConn; 185 185 global $objQuery; 186 186 exit(); 187 187 foreach ($arrRegistColumn as $data) { 188 188 if($array[$data["column"]] != "") { … … 214 214 $mailmaga = $objQuery->getAll("SELECT * FROM dtb_customer_mail WHERE email = ?", $array["edit_email"]); 215 215 216 sfprintr($mailmaga); exit();216 sfprintr($mailmaga); 217 217 if(count($mailmaga) > 0 ){ 218 218 $objQuery->Update("dtb_customer_mail", $arrRegistMail, "email = '" .addslashes($array["edit_email"]). "'");
Note: See TracChangeset
for help on using the changeset viewer.
