Changeset 13161 for branches/dev/html
- Timestamp:
- 2007/05/21 11:21:54 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/sendmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13160 r13161 191 191 192 192 $mail_obj = new GC_SendMail(); 193 return $ mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );193 return $html_mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 194 194 195 195 }
Note: See TracChangeset
for help on using the changeset viewer.
