Project

General

Profile

« Previous | Next » 

Revision 920

Added by doc almost 16 years ago

removed PHPMailer fix introduced with 2.0.3 to get SMTP working again (line 1041 in class.smtp.php)

View differences:

class.smtp.php
1038 1038
   */
1039 1039
  function get_lines() {
1040 1040
    $data = "";
1041
    while($str == @fgets($this->smtp_conn,515)) {
1041
    while($str = @fgets($this->smtp_conn,515)) {
1042 1042
      if($this->do_debug >= 4) {
1043 1043
        echo "SMTP -> get_lines(): \$data was \"$data\"" .
1044 1044
                 $this->CRLF;

Also available in: Unified diff