Changeset 11653 for branches/dev/html
- Timestamp:
- 2007/03/09 11:18:24 (19 years ago)
- Location:
- branches/dev/html/mobile/mypage
- Files:
-
- 2 edited
-
change.php (modified) (2 diffs)
-
refusal.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/mypage/change.php
r11652 r11653 134 134 135 135 // ¥á¡¼¥ë¼õ¤±¼è¤ê 136 if (strtolower($_POST['mail _flag']) == "on") {137 $_POST['mail _flag'] = "2";136 if (strtolower($_POST['mailmaga_flg']) == "on") { 137 $_POST['mailmaga_flg'] = "2"; 138 138 } else { 139 $_POST['mail _flag'] = "3";139 $_POST['mailmaga_flg'] = "3"; 140 140 } 141 141 … … 449 449 450 450 //¥á¥ë¥Þ¥¬¥Õ¥é¥°¼èÆÀ 451 $arrForm['mail _flag'] = $objQuery->get("dtb_customer","mailmaga_flg","email=?", array($objCustomer->getValue('email_mobile')));451 $arrForm['mailmaga_flg'] = $objQuery->get("dtb_customer","mailmaga_flg","email=?", array($objCustomer->getValue('email_mobile'))); 452 452 453 453 //ÃÂÀ¸Æü¤Îǯ·îÆü¼èÆÀ -
branches/dev/html/mobile/mypage/refusal.php
r11460 r11653 41 41 $where = "email ILIKE ?"; 42 42 if (DB_TYPE == "mysql") $where = sfChangeILIKE($where); 43 44 $objQuery->delete("dtb_customer_mail", $where, array($objCustomer->getValue('email')));45 43 $objCustomer->EndSession(); 46 44 //´°Î»¥Ú¡¼¥¸¤Ø
Note: See TracChangeset
for help on using the changeset viewer.
