Changeset 5296 for temp/trunk
- Timestamp:
- 2006/09/21 09:18:28 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 2 edited
-
entry/index.php (modified) (1 diff)
-
regist/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/entry/index.php
r5196 r5296 66 66 //---- ÅÐÏ¿½ü³°ÍÑ¥«¥é¥àÇÛÎó 67 67 $arrRejectRegistColumn = array("year", "month", "day", "email02", "email_mobile02", "password02"); 68 69 70 68 71 69 if ($_SERVER["REQUEST_METHOD"] == "POST") { -
temp/trunk/html/regist/index.php
r5196 r5296 86 86 $objQuery->update("dtb_customer", $arrRegist, $where, array($array["id"])); 87 87 88 /* ¹ØÆþ»þÅÐÏ¿¤Î¾ì¹ç¡¢¤½¤Î²ó¤Î¹ØÆþ¤ò²ñ°÷¹ØÆþ¤È¤ß¤Ê¤¹¡£ */ 88 /* ¹ØÆþ»þ¤Î²ñ°÷ÅÐÏ¿¤Ï¹Ô¤ï¤Ê¤¤¤¿¤áDEL 89 // ¹ØÆþ»þÅÐÏ¿¤Î¾ì¹ç¡¢¤½¤Î²ó¤Î¹ØÆþ¤ò²ñ°÷¹ØÆþ¤È¤ß¤Ê¤¹¡£ 89 90 // ²ñ°÷¾ðÊó¤ÎÆÉ¤ß¹þ¤ß 90 91 $where1 = "secret_key = ? AND status = 2"; … … 99 100 $objQuery->update("dtb_order", $arrCustomer, $where3, array($order_temp_id)); 100 101 } 102 */ 101 103 102 104 $sql = "SELECT mail_flag FROM dtb_customer_mail WHERE email = ?";
Note: See TracChangeset
for help on using the changeset viewer.
