Changeset 5196 for temp/trunk/html/entry
- Timestamp:
- 2006/09/20 10:11:06 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/entry/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/entry/index.php
r5195 r5196 208 208 $arrRegistMail["mail_flag"] = 6; 209 209 } 210 $arrRegistMail["update_date"] = "now()"; 210 211 211 212 // Èó²ñ°÷¤Ç¥á¥ë¥Þ¥¬ÅÐÏ¿¤·¤Æ¤¤¤ë¾ì¹ç 212 213 if ($mailResult == 1) { 213 $obj Conn->autoExecute("dtb_customer_mail", $arrRegistMail, "email = '" .addslashes($arrRegistMail["email"]). "'");214 $objQuery->update("dtb_customer_mail", $arrRegistMail, "email = '" .addslashes($arrRegistMail["email"]). "'"); 214 215 } else { //¡¡¿·µ¬ÅÐÏ¿¤Î¾ì¹ç 215 $objConn->autoExecute("dtb_customer_mail", $arrRegistMail); 216 $arrRegistMail["create_date"] = "now()"; 217 $objQuery->insert("dtb_customer_mail", $arrRegistMail); 216 218 } 217 219 $objConn->query("COMMIT");
Note: See TracChangeset
for help on using the changeset viewer.
