Changeset 11588


Ignore:
Timestamp:
2007/03/08 12:28:48 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/regist/index.php

    r11571 r11588  
    7272//---- ÅÐÏ¿ 
    7373function lfRegistData($array) { 
     74    global $objQuery; 
    7475    global $objConn; 
    7576    global $arrInfo; 
     
    133134    } 
    134135 
    135     $objConn->update("dtb_customer", $arrRegistMail, "email = '" .addslashes($email). "' AND del_flg = 0"); 
     136    $objQuery->update("dtb_customer", $arrRegistMail, "email = '" .addslashes($email). "' AND del_flg = 0"); 
    136137    $objConn->query("COMMIT"); 
    137138         
Note: See TracChangeset for help on using the changeset viewer.