Ignore:
Timestamp:
2007/05/18 12:30:57 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13059 r13060  
    9696             
    9797            $mailSend = new SC_Mail(); 
    98             $mailSend = &factory("SMTP", $smtp); 
     98            $mailSend = & factory("SMTP", $smtp); 
    9999            $mailSend->send($recipients, $header, $body); 
    100100             
Note: See TracChangeset for help on using the changeset viewer.