Changeset 11653 for branches/dev/html


Ignore:
Timestamp:
2007/03/09 11:18:24 (19 years ago)
Author:
uehara
Message:
 
Location:
branches/dev/html/mobile/mypage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/mypage/change.php

    r11652 r11653  
    134134 
    135135            // ¥á¡¼¥ë¼õ¤±¼è¤ê 
    136             if (strtolower($_POST['mail_flag']) == "on") { 
    137                 $_POST['mail_flag']  = "2"; 
     136            if (strtolower($_POST['mailmaga_flg']) == "on") { 
     137                $_POST['mailmaga_flg']  = "2"; 
    138138            } else { 
    139                 $_POST['mail_flag']  = "3"; 
     139                $_POST['mailmaga_flg']  = "3"; 
    140140            } 
    141141 
     
    449449 
    450450    //¥á¥ë¥Þ¥¬¥Õ¥é¥°¼èÆÀ 
    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'))); 
    452452     
    453453    //ÃÂÀ¸Æü¤Îǯ·îÆü¼èÆÀ 
  • branches/dev/html/mobile/mypage/refusal.php

    r11460 r11653  
    4141    $where = "email ILIKE ?"; 
    4242    if (DB_TYPE == "mysql") $where = sfChangeILIKE($where); 
    43  
    44     $objQuery->delete("dtb_customer_mail", $where, array($objCustomer->getValue('email'))); 
    4543    $objCustomer->EndSession(); 
    4644    //´°Î»¥Ú¡¼¥¸¤Ø 
Note: See TracChangeset for help on using the changeset viewer.