CiviCRM 2.0 Compatible?
anniekin - March 18, 2008 - 20:13
| Project: | CiviCRM Active User |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Similar to the request for CiviCRM_Subscribe-- wondering whether there's a plan/work going on to have this module support the new CiviCRM APIs that were deprecated as of 1.9?

#1
I ported this for our site for CiviCRM 2.0, so I'm posting the patch here. I've never contributed to Drupal before, so the code definitely needs review if anyone else is planning on using it.
The code modifications are to support CiviCRM 2.0. This involved two things: using the non-deprecated CiviCRM API's and referring to Contacts and Groups as arrays rather than objects.