Changeset 5910 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/09/26 17:49:47 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/customer/edit.php

    r5909 r5910  
    214214    $mailmaga = $objQuery->getAll("SELECT * FROM dtb_customer_mail WHERE email = ?", $array["edit_email"]); 
    215215     
    216     sfprintr($mailmaga); 
     216    sfprintr($mailmaga);exit(); 
    217217    if(count($mailmaga) > 0 ){ 
    218218        $objQuery->Update("dtb_customer_mail", $arrRegistMail, "email = '" .addslashes($array["edit_email"]). "'"); 
Note: See TracChangeset for help on using the changeset viewer.