Changeset 11661


Ignore:
Timestamp:
2007/03/09 12:20:15 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11648 r11661  
    7979                             array(  "column" => "reminder_answer", "convert" => "aKV"), 
    8080                             array(  "column" => "password", "convert" => "a" ), 
    81                              array(  "column" => "password02", "convert" => "a" ) 
     81                             array(  "column" => "password02", "convert" => "a" ), 
     82                             array(  "column" => "mailmaga_flg", "convert" => "n" ), 
    8283                         ); 
    8384 
     
    270271    $objQuery->insert("dtb_customer", $arrRegist); 
    271272 
     273/* ¥á¥ë¥Þ¥¬²ñ°÷µ¡Ç½¤Ï¸½ºßÄä»ßÃæ¡¡2007/03/07 
    272274    //--¡¡Èó²ñ°÷¤Ç¥á¥ë¥Þ¥¬ÅÐÏ¿¤·¤Æ¤¤¤ë¤«¤ÎȽÄê 
    273275    $sql = "SELECT count(*) FROM dtb_customer_mail WHERE email = ?"; 
     
    292294        $objQuery->insert("dtb_customer_mail", $arrRegistMail);      
    293295    } 
     296*/ 
    294297    $objConn->query("COMMIT"); 
    295298 
Note: See TracChangeset for help on using the changeset viewer.