kumarsivarajan / rmh-roomreservation-maker

Automatically exported from code.google.com/p/rmh-roomreservation-maker
0 stars 0 forks source link

remove platform dependencies from mail module #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Remove calls to special email function in functions.php, in order to remove 
platform dependency.

The special function looks like this
function email($add, $subject, $message)
and is called throughout the mail module. These calls need to be changed to 
regular PHP mail.

Original issue reported on code.google.com by bkmackellar on 7 May 2012 at 9:03

GoogleCodeExporter commented 8 years ago

Original comment by bkmackellar on 22 Sep 2012 at 7:35

GoogleCodeExporter commented 8 years ago
This change needs to be undone because it is causing all kinds of errors for 
everyone else. Particularly, there is a bug on line 479 in functions.php which 
was uncovered by this change. Please do not commit code without testing it.

Original comment by bkmackellar on 7 Nov 2012 at 3:22