Ignore:
Timestamp:
May 24, 2006 6:07:38 AM (18 years ago)
Author:
scdev
Message:

Q - Releasing tags/2.0.1, use branches/2.0 for maintaining.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/2.0.1/lib/Email.inc.php

    r114 r126  
    281281        if (mail($final_to, $this->_params['subject'], $final_body, $final_headers, $envelope_sender_header)) {
    282282            App::logMsg(sprintf('Email successfully sent to %s', $final_to), LOG_DEBUG, __FILE__, __LINE__);
    283             return true
     283            return true;
    284284        } else {
    285285            App::logMsg(sprintf('Email failure with parameters: %s, %s, %s, %s', $final_to, $this->_params['subject'], str_replace("\r\n", '\r\n', $final_headers), $envelope_sender_header), LOG_NOTICE, __FILE__, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.