Changeset 5296 for temp/trunk


Ignore:
Timestamp:
2006/09/21 09:18:28 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/entry/index.php

    r5196 r5296  
    6666//---- ÅÐÏ¿½ü³°ÍÑ¥«¥é¥àÇÛÎó 
    6767$arrRejectRegistColumn = array("year", "month", "day", "email02", "email_mobile02", "password02"); 
    68  
    69  
    7068 
    7169if ($_SERVER["REQUEST_METHOD"] == "POST") { 
  • temp/trunk/html/regist/index.php

    r5196 r5296  
    8686    $objQuery->update("dtb_customer", $arrRegist, $where, array($array["id"])); 
    8787     
    88     /* ¹ØÆþ»þÅÐÏ¿¤Î¾ì¹ç¡¢¤½¤Î²ó¤Î¹ØÆþ¤ò²ñ°÷¹ØÆþ¤È¤ß¤Ê¤¹¡£ */ 
     88    /* ¹ØÆþ»þ¤Î²ñ°÷ÅÐÏ¿¤Ï¹Ô¤ï¤Ê¤¤¤¿¤áDEL 
     89    // ¹ØÆþ»þÅÐÏ¿¤Î¾ì¹ç¡¢¤½¤Î²ó¤Î¹ØÆþ¤ò²ñ°÷¹ØÆþ¤È¤ß¤Ê¤¹¡£  
    8990    // ²ñ°÷¾ðÊó¤ÎÆÉ¤ß¹þ¤ß 
    9091    $where1 = "secret_key = ? AND status = 2"; 
     
    99100        $objQuery->update("dtb_order", $arrCustomer, $where3, array($order_temp_id)); 
    100101    } 
     102    */ 
    101103 
    102104    $sql = "SELECT mail_flag FROM dtb_customer_mail WHERE email = ?"; 
Note: See TracChangeset for help on using the changeset viewer.