Ignore:
Timestamp:
2007/03/09 14:08:39 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/entry/index.php

    r11669 r11673  
    256256        $count = $objConn->getOne("SELECT COUNT(*) FROM dtb_customer WHERE secret_key = ?", array($uniqid)); 
    257257    } 
    258      
     258 
     259    if ($arrRegist["mailmaga_flg"] == 1) { 
     260        $arrRegist["mailmaga_flg"] = 4;  
     261    } elseif ($arrRegist["mailmaga_flg"] == 2) { 
     262        $arrRegist["mailmaga_flg"] = 5;  
     263    } else { 
     264        $arrRegist["mailmaga_flg"] = 6;  
     265    }    
     266         
    259267    $arrRegist["secret_key"] = $uniqid;     // ²¾ÅÐÏ¿IDȯ¹Ô 
    260268    $arrRegist["create_date"] = "now()";    // ºîÀ®Æü 
Note: See TracChangeset for help on using the changeset viewer.