Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.0
-
Fix Version/s: 3.4.2
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
After upgrading from 3.3.5 to 3.4.1, I noticed the Drupal module CiviGroup Roles Sync was not working properly.
After looking around, I found that it was not giving 'version'=>'2' as a parameter to civicrm_api() call so the only thing returned was an error message.
I don't have time to upgrade it to v3 of the API, but I did a quick fix by putting 'version'=>'2' in the parameters for each of the civicrm_api() calls.
It now works properly on my Drupal 6.20 / CiviCRM 3.4.1 setup.