pluf2

pluf2 Commit Details


Date:2011-03-10 03:48:03 (14 years 1 month ago)
Author:Baptiste Durand-Bret
Branch:master
Commit:95b16428246c6d6849e3c6e36100bb4013c7edea
Parents: 0b090e2a673e1037011848655f2f6b2c01fa9cb6
Message:Use RFC2822 instead of RFC822 date, the latter produces invalid dates with only two year digits and the RFC is deprecated anyways (fixes indefero issue 438)

Changes:

File differences

src/Pluf/Mail.php
122122
123123
124124
125
125
126126
127127
128128
        $this->to_address = $dest;
        $this->headers = array('From' => $src,
                               'To' => $dest,
                               'Date' => date(DATE_RFC822),
                               'Date' => date(DATE_RFC2822),
                               'Subject' => $subject,
                               );
    }

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.11722s using 14 queries.