Changeset 13166


Ignore:
Timestamp:
2007/05/21 11:32:00 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/sendmail.php

    r13165 r13166  
    188188 
    189189 
    190     $mail_obj = new GC_SendMail();   
     190    $html_mail_obj = new GC_SendMail();   
    191191    $html_mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
    192192     
Note: See TracChangeset for help on using the changeset viewer.