if ($file && file_exists($file)) {
if ($part['Content-Transfer-Encoding']) {
Had to change them to:
if (isset($file) and $file && file_exists($file)) {
if (isset($part['Content-Transfer-Encoding']) and $part['Content-Transfer-Encoding']) {
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mimemail.513138_01.patch | 835 bytes | sgabe |
Comments
Comment #1
sgabe commentedAttaching patch and changing settings.
Comment #2
sgabe commentedCommitted to HEAD.