Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1, 3.1.1, 3.1.2, 3.1.3
-
Fix Version/s: 3.1.4
-
Component/s: CiviCRM API
-
Labels:None
Description
CRM_Utils_Mail::send interface has been changed in 3.1
http://svn.civicrm.org/civicrm/branches/v3.1/CRM/Utils/Mail.php
vs
http://svn.civicrm.org/civicrm/branches/v3.0/CRM/Utils/Mail.php
The Drupal module example in 3.0 makes use of CRM_Utils_Mail::send (function civitest_civicrm_post)
http://svn.civicrm.org/civicrm/branches/v3.0/drupal/civitest.module.sample
However, in 3.1, this function has been emptied out
http://svn.civicrm.org/civicrm/branches/v3.1/drupal/civitest.module.sample
I could not find any reference or discussion on why this function has been changed or how to use the newly updated function.
Could the sample drupal module be updated to use the new interface?