Changeset 13846 for branches/dev/html


Ignore:
Timestamp:
2007/05/31 11:25:36 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/shopping/complete.php

    r13368 r13846  
    280280    // °¸Àè¤ÎÀßÄê 
    281281    $name = $arrData['order_name01'] . $arrData['order_name02'] ." ÍÍ"; 
     282    $arrData['order_email'] = $objQuery->select("email_mobile", "dtb_customer", "secret_key = ?", array($sqlval['secret_key'])); 
    282283    $objMail->setTo($arrData['order_email'], $name);             
    283284    $objMail->sendMail(); 
Note: See TracChangeset for help on using the changeset viewer.