Changeset 13160


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

Legend:

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

    r13159 r13160  
    191191 
    192192    $mail_obj = new GC_SendMail();   
    193     $mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
    194      
    195     return MELMAGA_SENDING; 
     193    return $mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
     194     
    196195} 
    197196 
Note: See TracChangeset for help on using the changeset viewer.