google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

Bad use of mail function #126

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At line 77 in  classes/Xinc/Plugin/Repos/Publisher/Email.php you pass an 
array to mail function but that doesn't work:
http://fr.php.net/manual/en/function.mail.php

I replace the line by:
$res = mail($to, $subject, $message, "From: $from\r\n");

Original issue reported on code.google.com by julien.d...@gmail.com on 29 Feb 2008 at 6:55

GoogleCodeExporter commented 8 years ago

Original comment by arnos...@gmail.com on 29 Feb 2008 at 7:51

GoogleCodeExporter commented 8 years ago
Fixed in:

http://xinc.eu/api/deliverable/get/download/xinc/1204308522/Xinc.tgz

and

http://xinc.eu/api/deliverable/get/download/xinc-dev/1204308808/Xinc-Latest-Dev-
2.0.1.tgz

Please verify, thanks for the "heads up"! ;)

Original comment by arnos...@gmail.com on 29 Feb 2008 at 8:02